[SCM] skanlite packaging branch, master, updated. debian/1.0-2-13-g46aad96

Pino Toscano pino at moszumanska.debian.org
Fri Jun 10 07:22:48 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/skanlite.git;a=commitdiff;h=0f7a837

The following commit has been merged in the master branch:
commit 0f7a837df580bf5439a18eca1c419d22d0d268b5
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jun 10 09:14:41 2016 +0200

    cleanup for single binary
---
 debian/changelog        | 2 ++
 debian/rules            | 5 -----
 debian/skanlite.install | 2 --
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c3954db..1d866e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ skanlite (2.0-0r1) UNRELEASED; urgency=medium
   * Bump the cmake build dependency to >= 2.8.12, according to the upstream
     build system.
   * Remove skanlite-dbg in favour of the -dbgsym packages.
+  * Since there is only a single binary, remove skanlite.install and stop
+    passing --list-missing to dh_install: everything is installed directly.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 10 Jun 2016 08:53:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 4e63a26..eec9089 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,8 @@
 DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 
-override_dh_install:
-	dh_install --list-missing
-
 override_dh_strip:
 	dh_strip --dbgsym-migration='skanlite-dbg (<< 2.0-1~)'
 
 %:
 	dh $@ --parallel --with kf5
-
-.PHONY: override_dh_install
diff --git a/debian/skanlite.install b/debian/skanlite.install
deleted file mode 100644
index f326ea3..0000000
--- a/debian/skanlite.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/skanlite
-usr/share

-- 
skanlite packaging



More information about the pkg-kde-commits mailing list