r67485 - in /trunk/libastro-fits-header-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Jan 18 18:39:50 UTC 2011
Author: gregoa
Date: Tue Jan 18 18:39:38 2011
New Revision: 67485
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67485
Log:
Minimize debian/rules.
Modified:
trunk/libastro-fits-header-perl/debian/changelog
trunk/libastro-fits-header-perl/debian/control
trunk/libastro-fits-header-perl/debian/rules
Modified: trunk/libastro-fits-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/changelog?rev=67485&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/debian/changelog (original)
+++ trunk/libastro-fits-header-perl/debian/changelog Tue Jan 18 18:39:38 2011
@@ -18,6 +18,9 @@
* Added debian/source/format
* Added patch for spelling mistake
* Refreshed copyright
+
+ [ gregor herrmann ]
+ * Minimize debian/rules.
-- Nicholas Bamber <nicholas at periapt.co.uk> Tue, 18 Jan 2011 09:05:18 +0000
Modified: trunk/libastro-fits-header-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/control?rev=67485&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/debian/control (original)
+++ trunk/libastro-fits-header-perl/debian/control Tue Jan 18 18:39:38 2011
@@ -1,7 +1,7 @@
Source: libastro-fits-header-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libastro-fits-cfitsio-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
Modified: trunk/libastro-fits-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/rules?rev=67485&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/debian/rules (original)
+++ trunk/libastro-fits-header-perl/debian/rules Tue Jan 18 18:39:38 2011
@@ -3,17 +3,11 @@
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
-build: build-stamp
-build-stamp:
- dh build
- touch $@
-
-clean:
+%:
dh $@
-install: install-stamp
-install-stamp: build-stamp
- dh install
+override_dh_auto_install:
+ dh_auto_install
# make the module compliant with debian policy, the NDF and GSD
# libraries on which these modules depend are non-free so will
@@ -23,14 +17,3 @@
$(RM) $(TMP)/usr/share/man/man3/Astro::FITS::Header::GSD.3pm.gz
$(RM) $(TMP)/usr/share/perl5/Astro/FITS/Header/GSD.pm
-
- 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