r1398 - packages/libauthen-krb5-perl/trunk/debian

Russ Allbery rra-guest at costa.debian.org
Mon Oct 3 23:24:16 UTC 2005


Author: rra-guest
Date: 2005-10-03 23:24:15 +0000 (Mon, 03 Oct 2005)
New Revision: 1398

Modified:
   packages/libauthen-krb5-perl/trunk/debian/changelog
   packages/libauthen-krb5-perl/trunk/debian/rules
Log:
  * Remove unnecessary targets in debian/rules and document its source.


Modified: packages/libauthen-krb5-perl/trunk/debian/changelog
===================================================================
--- packages/libauthen-krb5-perl/trunk/debian/changelog	2005-10-03 23:20:54 UTC (rev 1397)
+++ packages/libauthen-krb5-perl/trunk/debian/changelog	2005-10-03 23:24:15 UTC (rev 1398)
@@ -1,6 +1,7 @@
 libauthen-krb5-perl (1.4-3) unstable; urgency=low
 
   * Use /usr/bin/perl as the path to Perl in the example scripts.
+  * Remove unnecessary targets in debian/rules and document its source.
   * Update copyright to my current format and add an explicit packaging
     copyright and license statement.
 

Modified: packages/libauthen-krb5-perl/trunk/debian/rules
===================================================================
--- packages/libauthen-krb5-perl/trunk/debian/rules	2005-10-03 23:20:54 UTC (rev 1397)
+++ packages/libauthen-krb5-perl/trunk/debian/rules	2005-10-03 23:24:15 UTC (rev 1398)
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+#
+# Based on the Perl package template:
+#
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
@@ -9,9 +15,10 @@
 export PERL_MM_USE_DEFAULT=1
 
 PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 ifndef PERL
-PERL = /usr/bin/perl
+    PERL = /usr/bin/perl
 endif
 
 CFLAGS = -Wall -g
@@ -21,8 +28,6 @@
     CFLAGS += -O2
 endif
 
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp:
 	dh_testdir
@@ -46,10 +51,6 @@
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 	touch install-stamp
 
-# Build architecture-independent files here.
-binary-indep: build install
-
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot
@@ -67,5 +68,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-arch
+.PHONY: build clean binary-arch binary




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