r74195 - in /trunk/libyaml-appconfig-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed May 11 14:53:54 UTC 2011


Author: dmn
Date: Wed May 11 14:53:42 2011
New Revision: 74195

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74195
Log:
releasing version 0.16-2

Modified:
    trunk/libyaml-appconfig-perl/debian/changelog
    trunk/libyaml-appconfig-perl/debian/compat
    trunk/libyaml-appconfig-perl/debian/control
    trunk/libyaml-appconfig-perl/debian/rules

Modified: trunk/libyaml-appconfig-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-appconfig-perl/debian/changelog?rev=74195&op=diff
==============================================================================
--- trunk/libyaml-appconfig-perl/debian/changelog (original)
+++ trunk/libyaml-appconfig-perl/debian/changelog Wed May 11 14:53:42 2011
@@ -1,4 +1,4 @@
-libyaml-appconfig-perl (0.16-2) UNRELEASED; urgency=low
+libyaml-appconfig-perl (0.16-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -12,8 +12,10 @@
     Closes: #614875
   * add patch fixing an error in the documentation
   * convert to source format '3.0 (quilt)'
+  * claim conformance with Policy 3.9.2
+  * convert debian/rules to slim debhelper 8
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:36 +0100
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 11 May 2011 17:48:51 +0300
 
 libyaml-appconfig-perl (0.16-1) unstable; urgency=low
 

Modified: trunk/libyaml-appconfig-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-appconfig-perl/debian/compat?rev=74195&op=diff
==============================================================================
--- trunk/libyaml-appconfig-perl/debian/compat (original)
+++ trunk/libyaml-appconfig-perl/debian/compat Wed May 11 14:53:42 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libyaml-appconfig-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-appconfig-perl/debian/control?rev=74195&op=diff
==============================================================================
--- trunk/libyaml-appconfig-perl/debian/control (original)
+++ trunk/libyaml-appconfig-perl/debian/control Wed May 11 14:53:42 2011
@@ -1,11 +1,11 @@
 Source: libyaml-appconfig-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.6.10-12), libyaml-syck-perl | libyaml-perl (>= 0.38)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/YAML-AppConfig/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libyaml-appconfig-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libyaml-appconfig-perl/

Modified: trunk/libyaml-appconfig-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-appconfig-perl/debian/rules?rev=74195&op=diff
==============================================================================
--- trunk/libyaml-appconfig-perl/debian/rules (original)
+++ trunk/libyaml-appconfig-perl/debian/rules Wed May 11 14:53:42 2011
@@ -1,63 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs 
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




More information about the Pkg-perl-cvs-commits mailing list