Hello community, here is the log from the commit of package deb checked in at Mon Sep 1 14:48:03 CEST 2008. -------- --- deb/deb.changes 2008-08-12 11:30:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/deb/deb.changes 2008-09-01 14:04:18.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Sep 1 14:02:20 CEST 2008 - puzel@suse.cz + +- update to 7.0.17 + * dh_auto_install: Fix man page, was referring to dh_auto_clean. + * dh_gencontrol: Drop the Homepage field from udebs. Closes debian bug #492719 + * Typo. Closes debian bug #493062 + * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX + if the Makefile was generated by Module::Build::Compat. Closes debian bug #496157 + +------------------------------------------------------------------- Old: ---- debhelper_7.0.16.tar.bz2 New: ---- debhelper_7.0.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deb.spec ++++++ --- /var/tmp/diff_new_pack.I30843/_old 2008-09-01 14:47:47.000000000 +0200 +++ /var/tmp/diff_new_pack.I30843/_new 2008-09-01 14:47:47.000000000 +0200 @@ -29,10 +29,10 @@ Requires: cpio patch make html2text update-alternatives AutoReqProv: on Version: 1.14.19 -Release: 23 +Release: 34 Summary: Tools for Debian Packages Source: dpkg_%{version}.tar.bz2 -Source1: debhelper_7.0.16.tar.bz2 +Source1: debhelper_7.0.17.tar.bz2 Patch0: debhelper-no-localized-manpages.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,7 +70,7 @@ make %{?jobs:-j%jobs} # This makes debhelper man pages cd ../debhelper -make VERSION='7.0.16' +make VERSION='7.0.17' %install ## @@ -166,6 +166,13 @@ %{perl_vendorlib}/Dpkg.pm %changelog +* Mon Sep 01 2008 puzel@suse.cz +- update to 7.0.17 + * dh_auto_install: Fix man page, was referring to dh_auto_clean. + * dh_gencontrol: Drop the Homepage field from udebs. Closes debian bug #492719 + * Typo. Closes debian bug #493062 + * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX + if the Makefile was generated by Module::Build::Compat. Closes debian bug #496157 * Tue Aug 12 2008 puzel@suse.cz - fix paths * install perl stuff to %%{perl_vendorlib}/Debian where it is ++++++ debhelper_7.0.16.tar.bz2 -> debhelper_7.0.17.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/debian/changelog new/debhelper/debian/changelog --- old/debhelper/debian/changelog 2008-07-19 21:34:15.000000000 +0200 +++ new/debhelper/debian/changelog 2008-08-23 04:30:21.000000000 +0200 @@ -1,3 +1,16 @@ +debhelper (7.0.17) unstable; urgency=low + + [ Per Olofsson ] + * dh_auto_install: Fix man page, was referring to dh_auto_clean. + + [ Joey Hess ] + * dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719 + * Typo. Closes: #493062 + * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX + if the Makefile was generated by Module::Build::Compat. Closes: #496157 + + -- Joey Hess <joeyh@debian.org> Fri, 22 Aug 2008 22:30:12 -0400 + debhelper (7.0.16) unstable; urgency=low * dh: Avoid passing --with on to subcommands. Closes: #490886 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_auto_build new/debhelper/dh_auto_build --- old/debhelper/dh_auto_build 2008-05-19 18:40:23.000000000 +0200 +++ new/debhelper/dh_auto_build 2008-08-23 04:11:00.000000000 +0200 @@ -30,7 +30,7 @@ =item B<--> I<params> -Pass "params" to the program that is run. These can be used to suppliment +Pass "params" to the program that is run. These can be used to supplement or override any standard parameters that dh_auto_build passes. =back diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_auto_clean new/debhelper/dh_auto_clean --- old/debhelper/dh_auto_clean 2008-06-04 20:38:54.000000000 +0200 +++ new/debhelper/dh_auto_clean 2008-08-23 04:11:00.000000000 +0200 @@ -31,7 +31,7 @@ =item B<--> I<params> -Pass "params" to the program that is run. These can be used to suppliment +Pass "params" to the program that is run. These can be used to supplement or override the any standard parameters that dh_auto_clean passes. =back diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_auto_configure new/debhelper/dh_auto_configure --- old/debhelper/dh_auto_configure 2008-05-19 18:40:23.000000000 +0200 +++ new/debhelper/dh_auto_configure 2008-08-23 04:11:00.000000000 +0200 @@ -23,7 +23,7 @@ This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using dh_auto_configure at all, and just run -./configure or its equivilant manually. +./configure or its equivalent manually. =head1 OPTIONS @@ -31,7 +31,7 @@ =item B<--> I<params> -Pass "params" to the program that is run. These can be used to suppliment +Pass "params" to the program that is run. These can be used to supplement or override the standard parameters that dh_auto_configure passes. =back diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_auto_install new/debhelper/dh_auto_install --- old/debhelper/dh_auto_install 2008-06-25 18:24:21.000000000 +0200 +++ new/debhelper/dh_auto_install 2008-08-23 04:17:55.000000000 +0200 @@ -32,7 +32,7 @@ automatically set PREFIX=/usr too, since such Makefiles need that. This is intended to work for about 90% of packages. If it doesn't work, or -tries to use the wrong clean target, you're encouraged to skip using +tries to use the wrong install target, you're encouraged to skip using dh_auto_install at all, and just run make install manually. =head1 OPTIONS @@ -41,8 +41,8 @@ =item B<--> I<params> -Pass "params" to the program that is run. These can be used to suppliment -or override the any standard parameters that dh_auto_clean passes. +Pass "params" to the program that is run. These can be used to supplement +or override the any standard parameters that dh_auto_install passes. =back @@ -63,10 +63,13 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") { $ENV{MAKE}="make" unless exists $ENV{MAKE}; my @params="DESTDIR=$destdir"; - # Special case for MakeMaker. - if (-e "Makefile.PL") { + + # Special case for MakeMaker generated Makefiles. + if (-e "Makefile" && + system('grep -q "generated automatically by MakeMaker" Makefile') == 0) { push @params, "PREFIX=/usr"; } + foreach my $target (qw{install}) { # Use make -n to check to see if the target would do # anything. There's no good way to test if a target exists. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_auto_test new/debhelper/dh_auto_test --- old/debhelper/dh_auto_test 2008-05-19 18:40:23.000000000 +0200 +++ new/debhelper/dh_auto_test 2008-08-23 04:11:00.000000000 +0200 @@ -32,7 +32,7 @@ =item B<--> I<params> -Pass "params" to the program that is run. These can be used to suppliment +Pass "params" to the program that is run. These can be used to supplement or override the any standard parameters that dh_auto_test passes. =back diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/dh_gencontrol new/debhelper/dh_gencontrol --- old/debhelper/dh_gencontrol 2008-05-19 18:40:23.000000000 +0200 +++ new/debhelper/dh_gencontrol 2008-07-31 19:33:14.000000000 +0200 @@ -58,6 +58,7 @@ push @command, "-p$package"; } if (is_udeb($package)) { + push @command, "-UHomepage"; push @command, "-n".udeb_filename($package); } doit(@command, "-l$changelog", "-Tdebian/${ext}substvars", diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/debhelper/man/po4a/po/fr.po new/debhelper/man/po4a/po/fr.po --- old/debhelper/man/po4a/po/fr.po 2008-07-09 22:16:22.000000000 +0200 +++ new/debhelper/man/po4a/po/fr.po 2008-07-31 19:33:14.000000000 +0200 @@ -2415,7 +2415,7 @@ "paquet. S<Nota :> Si le paquet n'est pas natif Debian, le fichier debian/" "TODO sera installé sous le nom TODO.Debian. Pour des raisons de cohérence, " "le fichier README.debian est installé sous le nom de README.Debian. Enfin, " -"des fichiers debian/paquet/README.Debian et debian/paquet.TODO peuvent être " +"des fichiers debian/paquet.README.Debian et debian/paquet.TODO peuvent être " "utilisés pour fournir des fichiers TODO et README aux sous-paquets." # type: textblock ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de