r39942 - in /trunk/libapp-nopaste-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Jul 15 13:23:12 UTC 2009
Author: gregoa
Date: Wed Jul 15 13:23:03 2009
New Revision: 39942
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39942
Log:
Use tiny debian/rules, require debhelper 7.2.13 for --skipdeps support.
Modified:
trunk/libapp-nopaste-perl/debian/changelog
trunk/libapp-nopaste-perl/debian/control
trunk/libapp-nopaste-perl/debian/rules
Modified: trunk/libapp-nopaste-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-nopaste-perl/debian/changelog?rev=39942&op=diff
==============================================================================
--- trunk/libapp-nopaste-perl/debian/changelog (original)
+++ trunk/libapp-nopaste-perl/debian/changelog Wed Jul 15 13:23:03 2009
@@ -1,8 +1,12 @@
libapp-nopaste-perl (0.15-1) unstable; urgency=low
+ [ Ryan Niebur ]
* provide nopaste
* New upstream release
- adds support for paste.debian.net (Closes: #533607)
+
+ [ gregor herrmann ]
+ * Use tiny debian/rules, require debhelper 7.2.13 for --skipdeps support.
-- Ryan Niebur <ryanryan52 at gmail.com> Wed, 15 Jul 2009 02:06:39 -0700
Modified: trunk/libapp-nopaste-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-nopaste-perl/debian/control?rev=39942&op=diff
==============================================================================
--- trunk/libapp-nopaste-perl/debian/control (original)
+++ trunk/libapp-nopaste-perl/debian/control Wed Jul 15 13:23:03 2009
@@ -1,7 +1,7 @@
Source: libapp-nopaste-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.2.13)
Build-Depends-Indep: perl (>= 5.6.0-12), libmoosex-getopt-perl (>= 0.17),
libwww-mechanize-perl, libmoose-perl (>= 0.74)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Modified: trunk/libapp-nopaste-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-nopaste-perl/debian/rules?rev=39942&op=diff
==============================================================================
--- trunk/libapp-nopaste-perl/debian/rules (original)
+++ trunk/libapp-nopaste-perl/debian/rules Wed Jul 15 13:23:03 2009
@@ -1,25 +1,3 @@
#!/usr/bin/make -f
-
-build: build-stamp
-build-stamp:
- dh --before dh_auto_configure build
- dh_auto_configure -- --skipdeps
- dh --after dh_auto_configure build
- touch $@
-
-clean:
+%:
dh $@
-
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list