[SCM] KDE SDK module packaging branch, master, updated. debian/4.8.4-2-8-g41f8cba

Pino Toscano pino at alioth.debian.org
Sun Dec 30 14:50:48 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdesdk.git;a=commitdiff;h=41f8cba

The following commit has been merged in the master branch:
commit 41f8cba9bd36879d8c6430c23250b63530283dd7
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 30 15:50:09 2012 +0100

    remove .texi files under GFDL + invariant sections (#695701)
    
    - add prune-nonfree to debian/rules to remove them
    - add a note on README.source of what we are removing from the original tarball
---
 debian/README.source |    9 +++++++++
 debian/changelog     |    6 +++++-
 debian/rules         |    4 ++++
 3 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..44869d0
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+DFSG-repackaging
+----------------
+
+The source code of kdesdk is repackaged to get rid of the files licensed under
+GFDL (GNU Free Documentation License) with invariant sections, which are
+non-DFSG compliant.
+The files removed are:
+- scripts/kde-emacs/kde-emacs-tips.texi
+
diff --git a/debian/changelog b/debian/changelog
index a2708c8..595a4d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-kdesdk (4:4.8.4-3) UNRELEASED; urgency=low
+kdesdk (4:4.8.4+dfsg-1) UNRELEASED; urgency=low
 
   [ Pino Toscano ]
   * Improve packages descriptions:
@@ -9,6 +9,10 @@ kdesdk (4:4.8.4-3) UNRELEASED; urgency=low
   * Pass --language=C to dh_installman to avoid its autodetection of the
     language, which causes bogus results due to the script names (all the
     man pages in kdesdk-scripts are in English, anyway). (Closes: #696959)
+  * Remove .texi files under GFDL + invariant sections: (Closes: #695701)
+    - add prune-nonfree to debian/rules to remove them.
+    - add a note on README.source of what we are removing from the original
+      tarball.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 23 Jun 2012 01:36:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 7518bc3..4a193ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,7 @@ override_dh_makeshlibs:
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=kdesdk-dbg
+
+prune-nonfree:
+	# Delete files under GFDL + invariant sections
+	rm -f scripts/kde-emacs/kde-emacs-tips.texi

-- 
KDE SDK module packaging



More information about the pkg-kde-commits mailing list