r18056 - in /trunk/libwx-perl/debian: changelog docs examples rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Mar 27 20:38:27 UTC 2008


Author: gregoa-guest
Date: Thu Mar 27 20:38:26 2008
New Revision: 18056

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18056
Log:
* debian/rules:
  - remove obsolete source and diff targets
  - add install target to .PHONY
  - no need to rename {wx_overload,wx_xspp}.pl anymore, upstream has
    changed the names ("to comply with Debian policy", as the Changes file
    says) - thanks!
* Remove debian/{docs,examples} and install samples/* and README.txt
  directly from debian/rules

Removed:
    trunk/libwx-perl/debian/docs
    trunk/libwx-perl/debian/examples
Modified:
    trunk/libwx-perl/debian/changelog
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/changelog?rev=18056&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Thu Mar 27 20:38:26 2008
@@ -4,8 +4,16 @@
   * Drop patch 01_fix_whatis_entries.patch, now included upstreams.
   * debian/copyright: shorten upstream download location.
   * debian/watch: extended regexp for matching upstream releases.
+  * debian/rules:
+    - remove obsolete source and diff targets
+    - add install target to .PHONY
+    - no need to rename {wx_overload,wx_xspp}.pl anymore, upstream has
+      changed the names ("to comply with Debian policy", as the Changes file
+      says) - thanks!
+  * Remove debian/{docs,examples} and install samples/* and README.txt
+    directly from debian/rules
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 21:21:10 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 21:21:25 +0100
 
 libwx-perl (0.81-2) unstable; urgency=low
 

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/rules?rev=18056&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Thu Mar 27 20:38:26 2008
@@ -62,10 +62,7 @@
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP)
-	mv $(TMP)/usr/bin/wx_overload.pl $(TMP)/usr/bin/wx_overload
-	mv $(TMP)/usr/bin/wx_xspp.pl $(TMP)/usr/bin/wx_xspp
 	rename 's/build:://' $(TMP)/usr/share/man/man3/build*
-	rename 's/\.pl//' $(TMP)/usr/share/man/man1/wx_xspp.pl*
 
 	find $(TMP) -type f -name .packlist | xargs rm -f
 	[ ! -d /$(TMP)/usr/share/perl5 ] \
@@ -82,8 +79,8 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installexamples
+	dh_installdocs README.txt
+	dh_installexamples samples/*
 	dh_installchangelogs Changes
 	dh_strip
 	dh_compress
@@ -96,8 +93,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