[med-svn] r10136 - trunk/packages/gwyddion/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Mar 29 08:21:27 UTC 2012
Author: tille
Date: 2012-03-29 08:21:27 +0000 (Thu, 29 Mar 2012)
New Revision: 10136
Modified:
trunk/packages/gwyddion/trunk/debian/changelog
trunk/packages/gwyddion/trunk/debian/rules
Log:
Fixed clean target
Modified: trunk/packages/gwyddion/trunk/debian/changelog
===================================================================
--- trunk/packages/gwyddion/trunk/debian/changelog 2012-03-29 08:20:30 UTC (rev 10135)
+++ trunk/packages/gwyddion/trunk/debian/changelog 2012-03-29 08:21:27 UTC (rev 10136)
@@ -13,6 +13,7 @@
- Fixed Vcs fields
* debian/copyright: DEP5 fixes verified using
cme fix dpkg-copyright
+ * debian/rules: Fixed clean target
-- Andreas Tille <tille at debian.org> Thu, 29 Mar 2012 08:47:46 +0200
Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules 2012-03-29 08:20:30 UTC (rev 10135)
+++ trunk/packages/gwyddion/trunk/debian/rules 2012-03-29 08:21:27 UTC (rev 10136)
@@ -13,6 +13,10 @@
DEB_DH_MAKESHLIBS_ARGS_gwyddion := -n -Xgwyddion
DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})'
+clean::
+ dh_clean
+ rm -rf data/gwyddion.desktop
+
install/gwyddion::
find debian/tmp/usr/lib/gwyddion/modules -name "*.la" -exec rm {} \;
rm debian/tmp/usr/lib/gwyddion/python/Gwyddion/*.py?
More information about the debian-med-commit
mailing list