[rkward-cvs] SF.net SVN: rkward:[2593] trunk/rkward/debian
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Aug 4 14:56:06 UTC 2009
Revision: 2593
http://rkward.svn.sourceforge.net/rkward/?rev=2593&view=rev
Author: tfry
Date: 2009-08-04 14:56:06 +0000 (Tue, 04 Aug 2009)
Log Message:
-----------
Revert to dh_clean -k, again. debhelper < 7.0 does not have dh_prep, yet
Modified Paths:
--------------
trunk/rkward/debian/changelog
trunk/rkward/debian/copyright
trunk/rkward/debian/rules
Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog 2009-08-04 14:44:28 UTC (rev 2592)
+++ trunk/rkward/debian/changelog 2009-08-04 14:56:06 UTC (rev 2593)
@@ -8,6 +8,7 @@
* better version detection (thanks to Meik Michalke)
* added conditional patch to support Ubuntu hardy (thanks to Meik Michalke)
* decrease debhelper compat level to 6, in order to support Ubuntu hardy
+ * revert to using dh_clean -k in order to comply with compat level 6
-- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Tue, 04 Aug 2009 14:30:00 +0200
Modified: trunk/rkward/debian/copyright
===================================================================
--- trunk/rkward/debian/copyright 2009-08-04 14:44:28 UTC (rev 2592)
+++ trunk/rkward/debian/copyright 2009-08-04 14:56:06 UTC (rev 2593)
@@ -10,4 +10,4 @@
Files: rkward/qwinhost.cpp.orig rkward/qwinhost.cpp rkward/qwinhost.h.orig rkward/qwinhost.h
Copyright: (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-License: LPGL-2.1
\ No newline at end of file
+License: LPGL-2.1
Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules 2009-08-04 14:44:28 UTC (rev 2592)
+++ trunk/rkward/debian/rules 2009-08-04 14:56:06 UTC (rev 2593)
@@ -77,6 +77,7 @@
rm -f build-stamp
# remove any .svn subdir included by accident
rm -rf $(CURDIR)/debian/.svn
+ rm -rf $(CURDIR)/debian/patches/.svn
# Add here commands to clean up after the build process.
rm -rf $(CURDIR)/build/
@@ -86,7 +87,7 @@
install: build
dh_testdir
dh_testroot
- dh_prep
+ dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/rkward.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list