[Pkg-cli-apps-commits] r5059 - in /packages/yahtzeesharp/trunk/debian: changelog control rules
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Thu Aug 6 08:34:39 UTC 2009
Author: sebner-guest
Date: Thu Aug 6 08:34:38 2009
New Revision: 5059
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5059
Log:
update to cli policy 0.7
Modified:
packages/yahtzeesharp/trunk/debian/changelog
packages/yahtzeesharp/trunk/debian/control
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=5059&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/changelog (original)
+++ packages/yahtzeesharp/trunk/debian/changelog Thu Aug 6 08:34:38 2009
@@ -1,13 +1,16 @@
yahtzeesharp (1.1-2) UNRELEASED; urgency=low
- * debian/rules:
+ * debian/control:
+ + Bump mono-devel dependency to >= 2.4.2.3 and cli-common-dev to >= 0.7
+ for cli policy 0.7 compliance
+ * debian/rules:
+ 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
+ -- Stefan Ebner <sebner at ubuntu.com> Thu, 06 Aug 2009 10:29:29 +0200
yahtzeesharp (1.1-1) unstable; urgency=low
Modified: packages/yahtzeesharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/control?rev=5059&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/control (original)
+++ packages/yahtzeesharp/trunk/debian/control Thu Aug 6 08:34:38 2009
@@ -4,8 +4,8 @@
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), imagemagick
-Build-Depends-Indep: mono-devel (>= 2.0.1),
+ cli-common-dev (>= 0.7), imagemagick
+Build-Depends-Indep: mono-devel (>= 2.4.2.3),
libglib2.0-cil, libgtk2.0-cil, libart2.0-cil (>= 2.0)
Standards-Version: 3.8.2
Homepage: http://www.brdstudio.net/yahtzeesharp/
Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=5059&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Thu Aug 6 08:34:38 2009
@@ -38,7 +38,8 @@
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)
+ tar --mtime=@0 -cf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
+ gzip -9fn $(DEB_SOURCE_NAME)_$(VERSION).orig.tar
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
override_dh_auto_configure:
@@ -53,4 +54,3 @@
dh --with quilt $@
.PHONY: get-orig-source
-
More information about the Pkg-cli-apps-commits
mailing list