[med-svn] r2405 - trunk/packages/libtfbs-perl/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Mon Aug 11 04:29:20 UTC 2008


Author: plessy
Date: 2008-08-11 04:29:19 +0000 (Mon, 11 Aug 2008)
New Revision: 2405

Modified:
   trunk/packages/libtfbs-perl/trunk/debian/changelog
   trunk/packages/libtfbs-perl/trunk/debian/rules
Log:
Removes two source files wrongly installed in /usr/lib/perl5.


Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/changelog	2008-08-11 00:06:25 UTC (rev 2404)
+++ trunk/packages/libtfbs-perl/trunk/debian/changelog	2008-08-11 04:29:19 UTC (rev 2405)
@@ -9,13 +9,15 @@
     - Using debhelper 7.
   * debian/rules:
     - Refreshed with `dh-make-perl --refresh'.
+    - Removes /usr/lib/perl5/pwm_searchPFF.c and /usr/lib/perl5/pwm_search.h,
+      that should not be installed there.
   * debian/patches, debian/rules:
     - Disabling the MySQL tests with `echo "n" |' instead of patches.
   * debian/copyright:
     - Converted to machine-readable format.
     - Added myself to the Hall of Fame.
 
- -- Charles Plessy <plessy at debian.org>  Sun, 03 Aug 2008 15:38:41 +0900
+ -- Charles Plessy <plessy at debian.org>  Mon, 11 Aug 2008 13:27:45 +0900
 
 libtfbs-perl (0.5.svn.20080721-1) unstable; urgency=low
 

Modified: trunk/packages/libtfbs-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/rules	2008-08-11 00:06:25 UTC (rev 2404)
+++ trunk/packages/libtfbs-perl/trunk/debian/rules	2008-08-11 04:29:19 UTC (rev 2405)
@@ -50,6 +50,7 @@
 	[ ! -d $(TMP)/usr/share/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/share/perl5
+	rm $(TMP)/usr/lib/perl5/pwm_searchPFF.c $(TMP)/usr/lib/perl5/pwm_search.h # This must fail if the files are not there, so that we do not forget to remove the line when the issue is solved. --Charles
 	touch $@
 
 # Build architecture-independent files here.




More information about the debian-med-commit mailing list