This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libproc-waitstat-perl.
commit 1bc63a4c27de7463453e0e54665a29ff8d25cfdc Author: Hannes von Haugwitz <[email protected]> Date: Sat Feb 13 20:01:00 2016 +0000 Import Debian changes 1.00-4.2 libproc-waitstat-perl (1.00-4.2) unstable; urgency=medium * Non-maintainer upload. * Migrate to debhelper compat level 9 (closes: #800243): - add ${misc:Depends} to Depends - add debian/compat file - migrate to dh7 style debian/rules file --- debian/changelog | 10 ++++++ debian/compat | 1 + debian/control | 4 +-- debian/libproc-waitstat-perl.docs | 1 + debian/rules | 75 +++------------------------------------ 5 files changed, 19 insertions(+), 72 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73073ad..58c4fa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libproc-waitstat-perl (1.00-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Migrate to debhelper compat level 9 (closes: #800243): + - add ${misc:Depends} to Depends + - add debian/compat file + - migrate to dh7 style debian/rules file + + -- Hannes von Haugwitz <[email protected]> Sat, 13 Feb 2016 20:01:00 +0000 + libproc-waitstat-perl (1.00-4.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index 36bc104..d8703a5 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: perl Priority: optional Maintainer: Roderick Schertler <[email protected]> Standards-Version: 3.5.2 -Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16), libipc-signal-perl +Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), libipc-signal-perl Package: libproc-waitstat-perl Architecture: all -Depends: ${perl:Depends}, libipc-signal-perl +Depends: ${perl:Depends}, ${misc:Depends}, libipc-signal-perl Description: interpret and act on wait() status values This Perl module contains functions which are useful for interpreting and acting on wait() status values. diff --git a/debian/libproc-waitstat-perl.docs b/debian/libproc-waitstat-perl.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/libproc-waitstat-perl.docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules index 372cc71..1e9f9da 100755 --- a/debian/rules +++ b/debian/rules @@ -1,73 +1,8 @@ #!/usr/bin/make -f +# -*- makefile -*- -# $Id: rules,v 1.4 2001-07-31 14:34:41 roderick Exp $ +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -dt := debian/libproc-waitstat-perl -prefix = `pwd`/$(dt) -stamp_build := debian/stamp.build -stamp_install := debian/stamp.install -clean := $(stamp_build) $(stamp_install) - -ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))" - CFLAGS += -g -endif -export DH_COMPAT := 3 -PERL ?= perl - -build: $(stamp_build) -$(stamp_build): - dh_testdir - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) OPTIMIZE="-O2 -Wall $(CFLAGS)" - $(MAKE) test - touch $@ - -install: $(stamp_install) -$(stamp_install): $(stamp_build) - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) install DESTDIR=$(prefix) - find $(prefix) -depth -type d -print0 | \ - xargs -0r rmdir --ignore-fail-on-non-empty - touch $@ - -clean: - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) realclean - dh_clean $(clean) - -binary: binary-indep binary-arch -binary-arch: -binary-indep: $(stamp_install) - dh_testdir - dh_testroot -# dh_installdebconf - dh_installdocs README - dh_installexamples - dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit - dh_installcron - dh_installman - dh_installinfo -# dh_undocumented - dh_installchangelogs Changes - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_makeshlibs - dh_installdeb - dh_perl - dh_shlibdeps - dh_gencontrol -u -isp - dh_md5sums - dh_builddeb - -.PHONY: build install clean binary-indep binary-arch binary +%: + dh $@ --with-perl -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-waitstat-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
