[Pkg-cli-apps-commits] r4988 - in /packages/yahtzeesharp/trunk/debian: changelog control dirs rules

sebner-guest at users.alioth.debian.org sebner-guest at users.alioth.debian.org
Sat Jun 27 20:53:28 UTC 2009


Author: sebner-guest
Date: Sat Jun 27 20:53:26 2009
New Revision: 4988

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4988
Log:
Add b-p on imagemick, improve get-orig-source, convert, resize and install icon at build time

Modified:
    packages/yahtzeesharp/trunk/debian/changelog
    packages/yahtzeesharp/trunk/debian/control
    packages/yahtzeesharp/trunk/debian/dirs
    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=4988&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/changelog (original)
+++ packages/yahtzeesharp/trunk/debian/changelog Sat Jun 27 20:53:26 2009
@@ -1,9 +1,11 @@
 yahtzeesharp (1.1-2) UNRELEASED; urgency=low
 
   * debian/rules: 
-    + Convert and install the xpm icon at build time.
+    + Convert, resize and install the xpm icon at build time.
     + Improve get-orig-source rule
   * Delete yahtzeesharp.install and yahtzeesharp.xpm
+  * Add usr/share/pixmaps to debian/dirs
+  * debian/control: Add build-dependency on imagemagick
 
  -- Stefan Ebner <sebner at ubuntu.com>  Sat, 27 Jun 2009 17:01:44 +0200
 

Modified: packages/yahtzeesharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/control?rev=4988&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/control (original)
+++ packages/yahtzeesharp/trunk/debian/control Sat Jun 27 20:53:26 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Stefan Ebner <sebner at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~),
- cli-common-dev (>= 0.5.7)
+ cli-common-dev (>= 0.5.7), imagemagick
 Build-Depends-Indep: mono-devel (>= 2.0.1),
  libglib2.0-cil, libgtk2.0-cil, libart2.0-cil (>= 2.0)
 Standards-Version: 3.8.2

Modified: packages/yahtzeesharp/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/dirs?rev=4988&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/dirs (original)
+++ packages/yahtzeesharp/trunk/debian/dirs Sat Jun 27 20:53:26 2009
@@ -1,1 +1,2 @@
 usr/games
+usr/share/pixmaps

Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=4988&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Sat Jun 27 20:53:26 2009
@@ -47,8 +47,8 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	convert $(CURDIR)/YahtzeeSharp/work-files/YahtzeeSharp.png \
-	$(CURDIR)/debian/yahtzeesharp/usr/share/pixmaps/themonospot.xpm 
+	convert $(CURDIR)/YahtzeeSharp/work-files/YSlogo.png -resize 32x32 \
+	$(CURDIR)/debian/yahtzeesharp/usr/share/pixmaps/yahtzeesharp.xpm
 
 %:
 	dh --with quilt $@




More information about the Pkg-cli-apps-commits mailing list