From: Giulio P. <giu...@gm...> - 2012-04-01 10:19:47
|
Hi all, during the Debian package development of Basilisk II I had to adapt/fix the code in the CVS tree. The changes are maintained in a set of mostly independent patches (http://anonscm.debian.org/gitweb/?p=collab-maint/basilisk2.git;a=tree;f=debian/patches;h=cf250996bf8ab4bcdc64c49a6b15a489b0b3e48a;hb=HEAD), managed with quilt (the series files lists which of the patches and in what order, have to be applied). Are you interested in including any of those changes upstream? What is your policy about contributions? Bests, Giulio. |
From: Alexei S. <ale...@gm...> - 2012-04-01 15:17:15
|
Thanks for the patches! I've upstreamed 1001, 1002, 2001 and 2002. I need to understand the purpose of 1003 and 2003 before upstreaming. -Alexei On Sun, Apr 1, 2012 at 6:19 AM, Giulio Paci <giu...@gm...> wrote: > Hi all, > during the Debian package development of Basilisk II I had to adapt/fix > the code in the CVS tree. > The changes are maintained in a set of mostly independent patches > (http://anonscm.debian.org/gitweb/?p=collab-maint/basilisk2.git;a=tree;f=debian/patches;h=cf250996bf8ab4bcdc64c49a6b15a489b0b3e48a;hb=HEAD), > managed with quilt (the series files lists which of the patches and in > what order, have to be applied). > > Are you interested in including any of those changes upstream? What is > your policy about contributions? > > Bests, > Giulio. > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel |
From: Giulio P. <giu...@gm...> - 2012-04-01 16:06:34
|
Il 01/04/2012 17:16, Alexei Svitkine ha scritto: > Thanks for the patches! > > I've upstreamed 1001, 1002, 2001 and 2002. This is nice! > I need to understand the purpose of 1003 and 2003 before upstreaming. I do not know the purpose of 1003 and I am not using it at the moment (it was included in an old version of the package, but I had no problem without it). The purpose of 2003 is making src/Unix/autogen.sh working on my system. Without the line I added I get this warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS and several other an the generated configure script is unusable. I did not investigate the real problem, so this patch can be considered a quick and dirty workaround. Bests, Giulio. > On Sun, Apr 1, 2012 at 6:19 AM, Giulio Paci <giu...@gm...> wrote: >> Hi all, >> during the Debian package development of Basilisk II I had to adapt/fix >> the code in the CVS tree. >> The changes are maintained in a set of mostly independent patches >> (http://anonscm.debian.org/gitweb/?p=collab-maint/basilisk2.git;a=tree;f=debian/patches;h=cf250996bf8ab4bcdc64c49a6b15a489b0b3e48a;hb=HEAD), >> managed with quilt (the series files lists which of the patches and in >> what order, have to be applied). >> >> Are you interested in including any of those changes upstream? What is >> your policy about contributions? >> >> Bests, >> Giulio. >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel |
From: Alexei S. <ale...@gm...> - 2012-04-01 16:35:21
|
Thanks. I've upstreamed 2003. On Sun, Apr 1, 2012 at 12:06 PM, Giulio Paci <giu...@gm...> wrote: > Il 01/04/2012 17:16, Alexei Svitkine ha scritto: >> Thanks for the patches! >> >> I've upstreamed 1001, 1002, 2001 and 2002. > > This is nice! > >> I need to understand the purpose of 1003 and 2003 before upstreaming. > > I do not know the purpose of 1003 and I am not using it at the moment > (it was included in an old version of the package, but I had no problem > without it). > > The purpose of 2003 is making src/Unix/autogen.sh working on my system. > Without the line I added I get this > > warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS > > and several other an the generated configure script is unusable. > I did not investigate the real problem, so this patch can be considered > a quick and dirty workaround. > > Bests, > Giulio. > >> On Sun, Apr 1, 2012 at 6:19 AM, Giulio Paci <giu...@gm...> wrote: >>> Hi all, >>> during the Debian package development of Basilisk II I had to adapt/fix >>> the code in the CVS tree. >>> The changes are maintained in a set of mostly independent patches >>> (http://anonscm.debian.org/gitweb/?p=collab-maint/basilisk2.git;a=tree;f=debian/patches;h=cf250996bf8ab4bcdc64c49a6b15a489b0b3e48a;hb=HEAD), >>> managed with quilt (the series files lists which of the patches and in >>> what order, have to be applied). >>> >>> Are you interested in including any of those changes upstream? What is >>> your policy about contributions? >>> >>> Bests, >>> Giulio. >>> >>> ------------------------------------------------------------------------------ >>> This SF email is sponsosred by: >>> Try Windows Azure free for 90 days Click Here >>> http://p.sf.net/sfu/sfd2d-msazure >>> _______________________________________________ >>> basilisk-devel mailing list >>> bas...@li... >>> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel |