[rkward/releases/0.6.4] /: (Correct) bookkeeping, and remove dh_clean -k

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Dec 12 19:28:54 UTC 2015


Git commit be95db582d6eb880d3e11a4ff5397f176f71e1b2 by Thomas Friedrichsmeier.
Committed on 12/12/2015 at 19:28.
Pushed by tfry into branch 'releases/0.6.4'.

(Correct) bookkeeping, and remove dh_clean -k

M  +3    -0    debian-official/changelog
M  +1    -1    debian-official/rules
A  +1    -0    debian-official/source/format
M  +0    -1    debian/changelog

http://commits.kde.org/rkward/be95db582d6eb880d3e11a4ff5397f176f71e1b2

diff --git a/debian-official/changelog b/debian-official/changelog
index 9c861bf..a2a95f7 100644
--- a/debian-official/changelog
+++ b/debian-official/changelog
@@ -1,6 +1,9 @@
 rkward (0.6.4-1) unstable; urgency=low
   * new upstream release
   * remove obsolete README.Debian file
+  * increase debhelper compatibility level to 9 (no changes needed)
+  * replace dh_clean -k with dh_prep
+  * remove legacy rules dealing with R versions prior to 3.0.0
   * upstream has replaced KHTMLPart with QWebKit. As Qt4WebKit is scheduled for
     removal, revert this change, here. Change to 3.0 (quilt) format for this.
   * Make build reproducible (thanks to Philip Rinn)
diff --git a/debian-official/rules b/debian-official/rules
index bc6d496..d0ba5f6 100755
--- a/debian-official/rules
+++ b/debian-official/rules
@@ -91,7 +91,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/rkward.
diff --git a/debian-official/source/format b/debian-official/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian-official/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 54a088d..65f7181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 rkward (0.6.4-1) unstable; urgency=low
   * new upstream release
-  * increase debhelper compatibility level to 9 (no changes needed)
   * remove obsolete README.Debian file
   * now uses QtWebKit module, adjust build-depends, accordingly (in a way that is
     backwards compatible with Ubuntu Lucid)



More information about the rkward-tracker mailing list