r32144 - in /trunk/libconvert-binary-c-perl/debian: changelog control rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Mon Mar 16 01:59:58 UTC 2009
Author: ryan52-guest
Date: Mon Mar 16 01:59:54 2009
New Revision: 32144
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32144
Log:
* Don't install the README from the examples directory
* standards version 3.8.1
* add myself to uploaders
Modified:
trunk/libconvert-binary-c-perl/debian/changelog
trunk/libconvert-binary-c-perl/debian/control
trunk/libconvert-binary-c-perl/debian/rules
Modified: trunk/libconvert-binary-c-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/changelog?rev=32144&op=diff
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/changelog (original)
+++ trunk/libconvert-binary-c-perl/debian/changelog Mon Mar 16 01:59:54 2009
@@ -1,6 +1,9 @@
libconvert-binary-c-perl (0.72-1) UNRELEASED; urgency=low
* New upstream release
+ * Don't install the README from the examples directory
+ * standards version 3.8.1
+ * add myself to uploaders
-- Ryan Niebur <ryanryan52 at gmail.com> Sun, 15 Mar 2009 18:35:45 -0700
Modified: trunk/libconvert-binary-c-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/control?rev=32144&op=diff
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/control (original)
+++ trunk/libconvert-binary-c-perl/debian/control Mon Mar 16 01:59:54 2009
@@ -1,10 +1,10 @@
Source: libconvert-binary-c-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Build-Depends: debhelper (>= 7.2), perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Charles Plessy <plessy at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Charles Plessy <plessy at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-binary-c-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-binary-c-perl/
Homepage: http://search.cpan.org/dist/Convert-Binary-C/
Modified: trunk/libconvert-binary-c-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/rules?rev=32144&op=diff
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/rules (original)
+++ trunk/libconvert-binary-c-perl/debian/rules Mon Mar 16 01:59:54 2009
@@ -7,6 +7,10 @@
clean:
dh clean
+
+override_dh_installexamples:
+ dh_installexamples
+ rm debian/$(shell dh_listpackages)/usr/share/doc/$(shell dh_listpackages)/examples/README
install: install-stamp
install-stamp: build-stamp
@@ -20,4 +24,4 @@
binary: binary-arch binary-indep
-.PHONY: binary binary-arch binary-indep install clean build
+.PHONY: binary binary-arch binary-indep install clean build overide_dh_installexamples
More information about the Pkg-perl-cvs-commits
mailing list