[Pkg-cli-apps-commits] r4985 - in /packages/yahtzeesharp/trunk/debian: changelog rules
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Sat Jun 27 15:04:15 UTC 2009
Author: sebner-guest
Date: Sat Jun 27 15:04:13 2009
New Revision: 4985
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4985
Log:
* debian/rules:
+ Convert and install the xpm icon at build time.
* Delete yahtzeesharp.install and yahtzeesharp.xpm
Modified:
packages/yahtzeesharp/trunk/debian/changelog
packages/yahtzeesharp/trunk/debian/rules
Modified: packages/yahtzeesharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/changelog?rev=4985&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/changelog (original)
+++ packages/yahtzeesharp/trunk/debian/changelog Sat Jun 27 15:04:13 2009
@@ -1,3 +1,11 @@
+yahtzeesharp (1.1-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ + Convert and install the xpm icon at build time.
+ * Delete yahtzeesharp.install and yahtzeesharp.xpm
+
+ -- Stefan Ebner <sebner at ubuntu.com> Sat, 27 Jun 2009 17:01:44 +0200
+
yahtzeesharp (1.1-1) unstable; urgency=low
* Initial release (Closes: #510436)
Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=4985&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Sat Jun 27 15:04:13 2009
@@ -26,8 +26,7 @@
--download-version $(VERSION) \
--destdir . \
--force-download \
- --rename \
- --repack
+ --rename
if [ -d $(DEB_SOURCE_NAME)-$(VERSION) ]; then \
echo "$(DEB_SOURCE_NAME)-$(VERSION) is in the way, bailing out!"; \
@@ -36,13 +35,20 @@
tar -xzf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
mkdir $(DEB_SOURCE_NAME)
- mv -f README AUTHORS COPYING CHANGELOG yahtzeesharp-*/* $(DEB_SOURCE_NAME)
- tar -czf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz $(DEB_SOURCE_NAME)
- rm -r $(DEB_SOURCE_NAME) $(DEB_SOURCE_NAME)-$(VERSION)
+ mv -f README AUTHORS COPYING CHANGELOG $(DEB_SOURCE_NAME)-$(VERSION)/* $(DEB_SOURCE_NAME)
+ rm -r $(DEB_SOURCE_NAME)-$(VERSION)
+ mv -f $(DEB_SOURCE_NAME) $(DEB_SOURCE_NAME)-$(VERSION)
+ tar -czf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
+ rm -r $(DEB_SOURCE_NAME)-$(VERSION)
override_dh_auto_configure:
dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc \
- --prefix=/usr --bindir=/usr/games
+ --prefix=/usr --bindir=/usr/games
+
+override_dh_auto_install:
+ dh_auto_install
+ convert $(CURDIR)/YahtzeeSharp/work-files/YahtzeeSharp.png \
+ $(CURDIR)/debian/yahtzeesharp/usr/share/pixmaps/themonospot.xpm
%:
dh --with quilt $@
More information about the Pkg-cli-apps-commits
mailing list