[SCM] spectacle packaging branch, master, updated. debian/16.04.2-1-5-g88aca80
Pino Toscano
pino at moszumanska.debian.org
Sat Aug 27 06:07:46 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/spectacle.git;a=commitdiff;h=88aca80
The following commit has been merged in the master branch:
commit 88aca801546c581f5102c53b94d245d63071ce1b
Author: Pino Toscano <pino at debian.org>
Date: Sat Aug 27 08:07:07 2016 +0200
simplify local installation
no need for an install file just for this...
---
debian/kde-spectacle.install | 1 -
debian/rules | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/kde-spectacle.install b/debian/kde-spectacle.install
deleted file mode 100644
index 1b91047..0000000
--- a/debian/kde-spectacle.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/
diff --git a/debian/rules b/debian/rules
index d85b2f2..7dfbad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
DEB_VERSION_UPSTREAM_REVISION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed -e 's/^[0-9]*://')
+override_dh_auto_install:
+ $(overridden_command) --destdir=debian/kde-spectacle
+
override_dh_gencontrol:
$(overridden_command) -pksnapshot -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)
$(overridden_command) --remaining-packages
--
spectacle packaging
More information about the pkg-kde-commits
mailing list