[SCM] bomber packaging branch, kubuntu_unstable, updated. ubuntu/4%15.12.1-0ubuntu1-2-gcd14057
Clive Johnston
clivejo-guest at moszumanska.debian.org
Sun Mar 13 19:28:59 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/bomber.git;a=commitdiff;h=cd14057
The following commit has been merged in the kubuntu_unstable branch:
commit cd14057404868be13a3aeb09bb7ba0c39a7404f7
Author: Clive Johnston <clivejo at aol.com>
Date: Sun Mar 13 19:28:50 2016 +0000
Removing overriden commands from rules
---
debian/changelog | 4 ++++
debian/rules | 14 --------------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7130f93..4414e2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
bomber (4:15.12.2-0ubuntu1) UNRELEASED; urgency=medium
+ [ Scarlett Clark ]
* New upstream bugfix release
+ [ Clive Johnston ]
+ * Removing overriden commands from rules
+
-- Scarlett Clark <sgclark at kubuntu.org> Wed, 09 Mar 2016 20:43:19 -0800
bomber (4:15.12.1-0ubuntu1) xenial; urgency=medium
diff --git a/debian/rules b/debian/rules
index 18ce99c..216692a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,19 +5,5 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
override_dh_auto_configure:
$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
-override_dh_auto_build:
- $(overridden_command)
- # Generate icons
- while read src dest args; do \
- convert $$args $(CURDIR)/$$src $(CURDIR)/$$dest; \
- done <debian/icon-list
-
override_dh_auto_install:
$(overridden_command) --destdir=debian/tmp
-
-override_dh_auto_clean:
- $(overridden_command)
- # Delete generated icons
- while read src dest args; do \
- [ ! -f $(CURDIR)/$$dest ] || rm $(CURDIR)/$$dest; \
- done <debian/icon-list
--
bomber packaging
More information about the pkg-kde-commits
mailing list