r35472 - in /packages/kwwidgets/trunk/debian: changelog rules

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Sun Feb 8 07:56:18 UTC 2009


Author: domibel-guest
Date: Sun Feb  8 07:56:18 2009
New Revision: 35472

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35472
Log:
 uses "dh_prep" now instead of "dh_clean -k"

Modified:
    packages/kwwidgets/trunk/debian/changelog
    packages/kwwidgets/trunk/debian/rules

Modified: packages/kwwidgets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/changelog?rev=35472&op=diff
==============================================================================
--- packages/kwwidgets/trunk/debian/changelog (original)
+++ packages/kwwidgets/trunk/debian/changelog Sun Feb  8 07:56:18 2009
@@ -13,6 +13,8 @@
   * added debian/libkwwidgets1.symbols
   * debhelper version increased to 7
   * debian/control: doxygen & graphviz moved to Build-Depends-Indep
+  * debian/copyright: removed ambiguity
+  * debian/rules: uses "dh_prep" now instead of "dh_clean -k"
 
  -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Wed, 12 Nov 2008 21:59:28 +0100
 

Modified: packages/kwwidgets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/rules?rev=35472&op=diff
==============================================================================
--- packages/kwwidgets/trunk/debian/rules (original)
+++ packages/kwwidgets/trunk/debian/rules Sun Feb  8 07:56:18 2009
@@ -106,7 +106,7 @@
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+        dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp




More information about the debian-science-commits mailing list