This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtime-period-perl.
commit 90e1ad707240e6d8f2f6ee09c821619a39126cd1 Author: Roderick Schertler <[email protected]> Date: Tue Jul 31 10:45:59 2001 -0400 Import Debian changes 1.20-7 libtime-period-perl (1.20-7) unstable; urgency=low * Don't install extraneous empty directories. libtime-period-perl (1.20-6) unstable; urgency=low * Update to policy 3.5.2 (closes: #91198, #91564). * Update to latest Perl policy. --- debian/changelog | 15 ++++++++++++++- debian/control | 3 ++- debian/rules | 51 ++++++++++++++++++++++----------------------------- 3 files changed, 38 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25a3eb7..d5f1c06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libtime-period-perl (1.20-7) unstable; urgency=low + + * Don't install extraneous empty directories. + + -- Roderick Schertler <[email protected]> Tue, 31 Jul 2001 10:45:59 -0400 + +libtime-period-perl (1.20-6) unstable; urgency=low + + * Update to policy 3.5.2 (closes: #91198, #91564). + * Update to latest Perl policy. + + -- Roderick Schertler <[email protected]> Mon, 9 Apr 2001 08:25:38 -0400 + libtime-period-perl (1.20-5) unstable; urgency=low * Simple updates for 3.0.0 standards. @@ -34,4 +47,4 @@ libtime-period-perl (1.20-1) unstable; urgency=low -- Roderick Schertler <[email protected]> Sun, 18 Jan 1998 16:05:56 -0500 -$Id: changelog,v 1.6 1999/07/15 14:56:52 roderick Exp $ +$Id: changelog,v 1.8 2001/07/31 14:46:20 roderick Exp $ diff --git a/debian/control b/debian/control index fe5682c..7be6446 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libtime-period-perl Section: interpreters Priority: optional Maintainer: Roderick Schertler <[email protected]> -Standards-Version: 3.0.0 +Standards-Version: 3.5.2 +Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16) Package: libtime-period-perl Architecture: all diff --git a/debian/rules b/debian/rules index 17bf065..cc3ac5f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,28 +1,24 @@ #!/usr/bin/make -f -# $Id: rules,v 1.5 1999/07/15 14:56:52 roderick Exp $ +# $Id: rules,v 1.7 2001/07/31 14:46:20 roderick Exp $ -dt := debian/tmp +dt := debian/libtime-period-perl prefix = `pwd`/$(dt) stamp_build := debian/stamp.build stamp_install := debian/stamp.install clean := $(stamp_build) $(stamp_install) -ifndef PERL - PERL := perl +ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))" + CFLAGS += -g endif - -# Setting PREFIX at Makefile generation time loses because it might or -# might not match *perl*. If it does the resulting hierarchy is wrong. -# So, set it at install time, after the structure of the hierarchy has -# been determined. Since I have to add variables at install time anyway -# I set them all there. +export DH_COMPAT := 3 +PERL ?= perl build: $(stamp_build) $(stamp_build): dh_testdir - $(PERL) Makefile.PL - $(MAKE) + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -Wall $(CFLAGS)" $(MAKE) test touch $@ @@ -32,49 +28,46 @@ $(stamp_install): $(stamp_build) dh_testroot dh_clean -k dh_installdirs - # XXX remove INSTALLPRIVLIB when the Perl packages are fixed - $(MAKE) \ - PREFIX=$(prefix)/usr \ - INSTALLPRIVLIB=$(prefix)/usr/lib/perl5 \ - INSTALLMAN1DIR=$(prefix)/usr/man/man1 \ - INSTALLMAN3DIR=$(prefix)/usr/man/man3 \ - pure_perl_install + $(MAKE) install PREFIX=$(prefix)/usr + find $(prefix) -depth -type d -print0 | \ + xargs -0r rmdir --ignore-fail-on-non-empty touch $@ clean: dh_testdir dh_testroot - rm -f $(clean) [ ! -f Makefile ] || $(MAKE) realclean - dh_clean + dh_clean $(clean) +binary: binary-indep binary-arch +binary-arch: binary-indep: $(stamp_install) - -binary-arch: $(stamp_install) -# dh_testversion dh_testdir dh_testroot +# dh_installdebconf dh_installdocs dh_installexamples dh_installmenu +# dh_installlogrotate # dh_installemacsen +# dh_installpam +# dh_installmime # dh_installinit dh_installcron - dh_installmanpages + dh_installman + dh_installinfo # dh_undocumented dh_installchangelogs + dh_link dh_strip dh_compress dh_fixperms - dh_suidregister +# dh_makeshlibs dh_installdeb dh_perl dh_shlibdeps dh_gencontrol -u -isp -# dh_makeshlibs dh_md5sums dh_builddeb -binary: binary-indep binary-arch - .PHONY: build install clean binary-indep binary-arch binary -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-period-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
