r38302 - in /trunk/libquota-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jun 19 21:05:19 UTC 2009


Author: ryan52-guest
Date: Fri Jun 19 21:05:14 2009
New Revision: 38302

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38302
Log:
simplify d/rules

Modified:
    trunk/libquota-perl/debian/changelog
    trunk/libquota-perl/debian/control
    trunk/libquota-perl/debian/rules

Modified: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/changelog?rev=38302&op=diff
==============================================================================
--- trunk/libquota-perl/debian/changelog (original)
+++ trunk/libquota-perl/debian/changelog Fri Jun 19 21:05:14 2009
@@ -7,8 +7,9 @@
   * patch from Barry deFreese to fix FTBFS on Hurd (Closes: #533700)
   * Add myself to Uploaders
   * Debian Policy 3.8.2
+  * simplify d/rules
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 19 Jun 2009 13:59:43 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 19 Jun 2009 14:03:55 -0700
 
 libquota-perl (1.6.3+dfsg-1) unstable; urgency=low
 

Modified: trunk/libquota-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/control?rev=38302&op=diff
==============================================================================
--- trunk/libquota-perl/debian/control (original)
+++ trunk/libquota-perl/debian/control Fri Jun 19 21:05:14 2009
@@ -1,7 +1,7 @@
 Source: libquota-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-17), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), perl (>= 5.6.0-17), quilt (>= 0.46-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
@@ -13,7 +13,7 @@
 Package: libquota-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description:  Perl interface to file system quotas
+Description: Perl interface to file system quotas
  The Quota module provides access to file system quotas.
  The quotactl system call or ioctl is used to query or set quotas
  on the local host, or queries are submitted via RPC to a remote host.

Modified: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/rules?rev=38302&op=diff
==============================================================================
--- trunk/libquota-perl/debian/rules (original)
+++ trunk/libquota-perl/debian/rules Fri Jun 19 21:05:14 2009
@@ -1,33 +1,11 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
 
 get-orig-source:
 	uscan -force -verbose
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build --before dh_auto_test
-	# don't run tests, test.pl only outputs:
-	# "This is an interactive test script - input must be a tty
-	# Exiting now."
-	dh build --after dh_auto_test
-	touch $@
+%:
+	dh --with quilt $@
 
-clean: unpatch
-	[ ! -f Makefile ] || touch Makefile
-	dh $@
+override_dh_auto_test:
+	@echo "tests are not ran during package build"
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build get-orig-source




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