[SCM] spectacle packaging branch, master, updated. debian/16.04.2-1-3-g96c03a3
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Aug 26 13:51:19 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/spectacle.git;a=commitdiff;h=96c03a3
The following commit has been merged in the master branch:
commit 96c03a3010213fc071260160b1eda92025382c62
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Fri Aug 26 14:17:33 2016 +0200
Add ksnapshot transitional package
Closes: 835480
Thanks: Bernhard Schmidt for reporting
---
debian/control | 10 ++++++++++
debian/kde-spectacle.install | 1 +
debian/rules | 6 ++++++
3 files changed, 17 insertions(+)
diff --git a/debian/control b/debian/control
index e0c8738..6a387ef 100644
--- a/debian/control
+++ b/debian/control
@@ -38,3 +38,13 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Screenshot capture utility, replaces KSnapshot
Spectacle captures images of the screen. It can capture the whole screen,
a specified region, an individual window, or only part of a window.
+
+Package: ksnapshot
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: kde-spectacle, ${misc:Depends}
+Description: transitional package for kde-spectacle
+ This transitional package allows one to migrate to kde-spectacle.
+ .
+ It can be safely removed after the installation.
diff --git a/debian/kde-spectacle.install b/debian/kde-spectacle.install
new file mode 100644
index 0000000..1b91047
--- /dev/null
+++ b/debian/kde-spectacle.install
@@ -0,0 +1 @@
+usr/
diff --git a/debian/rules b/debian/rules
index b57f3e9..d85b2f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
#!/usr/bin/make -f
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_gencontrol:
+ $(overridden_command) -pksnapshot -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)
+ $(overridden_command) --remaining-packages
--
spectacle packaging
More information about the pkg-kde-commits
mailing list