[med-svn] r9655 - trunk/packages/fis-gtm/fis-gtm/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Feb 12 15:07:36 UTC 2012
Author: tille
Date: 2012-02-12 15:07:35 +0000 (Sun, 12 Feb 2012)
New Revision: 9655
Modified:
trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
Fix clean target
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog 2012-02-12 15:02:15 UTC (rev 9654)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog 2012-02-12 15:07:35 UTC (rev 9655)
@@ -24,9 +24,13 @@
- get-orig-source target uses uscan
- dropped info about UPSTREAM_SITE which is implicitely given
in debian/watch
+ - some files need to be cleaned up - at least after incomplete make
+ processes
* debian/control:
- - Moved lib*-dev from Depends to Build-Depends where these packages belong to
- - Use ${shlibs:Depends} to enable build tools to automatically detect which
+ - Moved lib*-dev from Depends to Build-Depends where these packages
+ belong to
+ - Use ${shlibs:Depends} to enable build tools to automatically detect
+ which
library is needed in Depends
- Added Luis Ibanez to Uploaders
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-12 15:02:15 UTC (rev 9654)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-12 15:07:35 UTC (rev 9655)
@@ -9,6 +9,11 @@
dh $@
override_dh_clean:
+ dh_clean
+ find $(CURDIR) -name "*.o" -delete
+ find $(CURDIR) -name "*.i" -delete
+ find $(CURDIR) -name "*.log" -delete
+ find $(CURDIR)/pro/obj -name "*.txt" -delete
override_dh_auto_build:
tcsh ./setupenv.sh
More information about the debian-med-commit
mailing list