r18194 - in /trunk/libsearch-xapian-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Mar 31 15:48:37 UTC 2008


Author: gregoa-guest
Date: Mon Mar 31 15:48:36 2008
New Revision: 18194

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18194
Log:
debian/rules: remove obsolete source and diff targets, add install
target to .PHONY.

Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/rules

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=18194&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Mon Mar 31 15:48:36 2008
@@ -5,8 +5,10 @@
   * debian/control:
     - add /me to Uploaders
     - make build dependency on quilt versioned
+  * debian/rules: remove obsolete source and diff targets, add install
+    target to .PHONY.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 31 Mar 2008 17:44:08 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 31 Mar 2008 17:46:05 +0200
 
 libsearch-xapian-perl (1.0.5.0-1) unstable; urgency=low
 

Modified: trunk/libsearch-xapian-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/rules?rev=18194&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/rules (original)
+++ trunk/libsearch-xapian-perl/debian/rules Mon Mar 31 15:48:36 2008
@@ -40,7 +40,7 @@
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --verbose --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
-	
+
 	touch $@
 
 binary-indep:
@@ -62,8 +62,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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