r55650 - in /trunk/libschedule-at-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Apr 7 21:29:08 UTC 2010
Author: gregoa
Date: Wed Apr 7 21:28:58 2010
New Revision: 55650
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55650
Log:
Use tiny debian/rules.
Modified:
trunk/libschedule-at-perl/debian/changelog
trunk/libschedule-at-perl/debian/control
trunk/libschedule-at-perl/debian/rules
Modified: trunk/libschedule-at-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/changelog?rev=55650&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/changelog (original)
+++ trunk/libschedule-at-perl/debian/changelog Wed Apr 7 21:28:58 2010
@@ -17,6 +17,9 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
+
+ [ gregor herrmann ]
+ * Use tiny debian/rules.
-- Jonathan Yu <jawnsy at cpan.org> Wed, 07 Apr 2010 11:58:56 -0400
Modified: trunk/libschedule-at-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/control?rev=55650&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/control (original)
+++ trunk/libschedule-at-perl/debian/control Wed Apr 7 21:28:58 2010
@@ -1,7 +1,7 @@
Source: libschedule-at-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), at
+Build-Depends: debhelper (>= 7.0.50), at
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean at debian.org>,
Modified: trunk/libschedule-at-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libschedule-at-perl/debian/rules?rev=55650&op=diff
==============================================================================
--- trunk/libschedule-at-perl/debian/rules (original)
+++ trunk/libschedule-at-perl/debian/rules Wed Apr 7 21:28:58 2010
@@ -1,23 +1,7 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- AT_CAN_EXEC=1 AT_VERBOSE=1 dh 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
+override_dh_auto_test:
+ AT_CAN_EXEC=1 AT_VERBOSE=1 dh_auto_test
More information about the Pkg-perl-cvs-commits
mailing list