[SCM] kde-dev-scripts packaging branch, master, updated. debian/4.14.0-1-8-ge3b9fc4
Pino Toscano
pino at moszumanska.debian.org
Sun Oct 12 08:25:57 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-dev-scripts.git;a=commitdiff;h=e3b9fc4
The following commit has been merged in the master branch:
commit e3b9fc4c4b9bc9b8c5b769098200ca0e7e0a1c92
Author: Pino Toscano <pino at debian.org>
Date: Sun Oct 12 10:24:39 2014 +0200
do not use debian/tmp as temporary install location
just install to the single package tree, removing the bits not needed;
this eases maintenance and updating of installed files
---
debian/changelog | 3 ++
debian/kdesdk-scripts.install | 71 -------------------------------------------
debian/rules | 6 +++-
3 files changed, 8 insertions(+), 72 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46096f8..2ec0ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ kde-dev-scripts (4:4.14.1-0r1) UNRELEASED; urgency=medium
* Update lintian overrides.
* Install kde-emacs among the examples. (Closes: #698028)
* Bump Standards-Version to 3.9.6, no changes required.
+ * Do not use debian/tmp as temporary install location, just install to the
+ single package tree, removing the few bits not needed; this eases
+ maintenance and updating of installed files.
[ Maximiliano Curia ]
* Update watch file.
diff --git a/debian/kdesdk-scripts.install b/debian/kdesdk-scripts.install
deleted file mode 100644
index 050ae03..0000000
--- a/debian/kdesdk-scripts.install
+++ /dev/null
@@ -1,71 +0,0 @@
-usr/bin/adddebug
-usr/bin/build-progress.sh
-usr/bin/cheatmake
-usr/bin/colorsvn
-usr/bin/create_cvsignore
-usr/bin/create_makefile
-usr/bin/create_makefiles
-usr/bin/create_svnignore
-usr/bin/cvs-clean
-usr/bin/cvsaddcurrentdir
-usr/bin/cvsbackport
-usr/bin/cvsblame
-usr/bin/cvscheck
-usr/bin/cvsforwardport
-usr/bin/cvslastchange
-usr/bin/cvslastlog
-usr/bin/cvsrevertlast
-usr/bin/cvsversion
-usr/bin/cxxmetric
-usr/bin/draw_lib_dependencies
-usr/bin/extend_dmalloc
-usr/bin/extractattr
-usr/bin/extractrc
-usr/bin/findmissingcrystal
-usr/bin/fix-include.sh
-usr/bin/fixkdeincludes
-usr/bin/fixuifiles
-usr/bin/includemocs
-usr/bin/kde-systemsettings-tree.py
-usr/bin/kde_generate_export_header
-usr/bin/kdedoc
-usr/bin/kdekillall
-usr/bin/kdelnk2desktop.py
-usr/bin/kdemangen.pl
-usr/bin/krazy-licensecheck
-usr/bin/makeobj
-usr/bin/noncvslist
-usr/bin/nonsvnlist
-usr/bin/optimizegraphics
-usr/bin/package_crystalsvg
-usr/bin/png2mng.pl
-usr/bin/pruneemptydirs
-usr/bin/qtdoc
-usr/bin/reviewboard-am
-usr/bin/svn-clean-kde
-usr/bin/svnbackport
-usr/bin/svnchangesince
-usr/bin/svnforwardport
-usr/bin/svngettags
-usr/bin/svnintegrate
-usr/bin/svnlastchange
-usr/bin/svnlastlog
-usr/bin/svnrevertlast
-usr/bin/svnversions
-usr/bin/wcgrep
-usr/bin/zonetab2pot.py
-usr/share/man/man1/adddebug.1
-usr/share/man/man1/cheatmake.1
-usr/share/man/man1/create_cvsignore.1
-usr/share/man/man1/create_makefile.1
-usr/share/man/man1/create_makefiles.1
-usr/share/man/man1/cvscheck.1
-usr/share/man/man1/cvslastchange.1
-usr/share/man/man1/cvslastlog.1
-usr/share/man/man1/cvsrevertlast.1
-usr/share/man/man1/cxxmetric.1
-usr/share/man/man1/extend_dmalloc.1
-usr/share/man/man1/extractrc.1
-usr/share/man/man1/pruneemptydirs.1
-usr/share/man/man1/qtdoc.1
-usr/share/man/man1/zonetab2pot.py.1
diff --git a/debian/rules b/debian/rules
index 4655d38..dc713e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,11 @@
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
override_dh_auto_install:
- $(overridden_command) --destdir=debian/tmp
+ $(overridden_command)
+ # remove man pages of non-existing scripts
+ rm debian/kdesdk-scripts/usr/share/man/man1/fixincludes.1
+ rm debian/kdesdk-scripts/usr/share/man/man1/reportview.1
+ rm debian/kdesdk-scripts/usr/share/man/man1/transxx.1
override_dh_installman:
$(overridden_command) --language=C
--
kde-dev-scripts packaging
More information about the pkg-kde-commits
mailing list