r18294 - in /trunk/soap-lite/debian: changelog rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Thu Apr 3 20:43:45 UTC 2008
Author: gregoa-guest
Date: Thu Apr 3 20:43:44 2008
New Revision: 18294
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18294
Log:
debian/rules: remove obsolete source and diff targets; add install
target to .PHONY.
Modified:
trunk/soap-lite/debian/changelog
trunk/soap-lite/debian/rules
Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/changelog?rev=18294&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Thu Apr 3 20:43:44 2008
@@ -2,8 +2,10 @@
* Add patch warnings-redefine.patch to again suppress two harmless
warnings (closes: #470090).
-
- -- gregor herrmann <gregor+debian at comodo.priv.at> Thu, 03 Apr 2008 22:36:51 +0200
+ * debian/rules: remove obsolete source and diff targets; add install
+ target to .PHONY.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Thu, 03 Apr 2008 22:43:16 +0200
soap-lite (0.71-1) unstable; urgency=low
Modified: trunk/soap-lite/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/rules?rev=18294&op=diff
==============================================================================
--- trunk/soap-lite/debian/rules (original)
+++ trunk/soap-lite/debian/rules Thu Apr 3 20:43:44 2008
@@ -27,7 +27,7 @@
fix-scripts: fix-scripts-stamp
fix-scripts-stamp: $(SCRIPTS)
touch $@
-
+
bin/%: bin/%.pl
echo '#!/usr/bin/perl' > $@
# fix the script names inside them too
@@ -69,8 +69,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 fix-scripts
+.PHONY: build clean binary-indep binary-arch binary fix-scripts install
More information about the Pkg-perl-cvs-commits
mailing list