[Pkg-cli-apps-commits] r4952 - in /packages/yahtzeesharp/trunk/debian: changelog control patches/01_fix_build_system patches/02_fix_desktop_file rules
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Sat May 30 10:51:43 UTC 2009
Author: sebner-guest
Date: Sat May 30 10:51:43 2009
New Revision: 4952
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4952
Log:
Cleanups, finishing packaging
Modified:
packages/yahtzeesharp/trunk/debian/changelog
packages/yahtzeesharp/trunk/debian/control
packages/yahtzeesharp/trunk/debian/patches/01_fix_build_system
packages/yahtzeesharp/trunk/debian/patches/02_fix_desktop_file
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=4952&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/changelog (original)
+++ packages/yahtzeesharp/trunk/debian/changelog Sat May 30 10:51:43 2009
@@ -1,6 +1,6 @@
-yahtzeesharp (1.1-1) unstable; urgency=low
+yahtzeesharp (1.1-1) UNRELEASED; urgency=low
* Initial release (Closes: #510436)
- -- Stefan Ebner <sebner at ubuntu.com> Sat, 21 Mar 2009 14:45:21 +0100
+ -- Stefan Ebner <sebner at ubuntu.com> Sat, 30 May 2009 12:50:51 +0200
Modified: packages/yahtzeesharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/control?rev=4952&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/control (original)
+++ packages/yahtzeesharp/trunk/debian/control Sat May 30 10:51:43 2009
@@ -5,7 +5,7 @@
Uploaders: Stefan Ebner <sebner at ubuntu.com>
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7),
cli-common-dev (>= 0.5.7)
-Build-Depends-Indep: mono-devel (>= 2.0),
+Build-Depends-Indep: mono-devel (>= 2.0.1),
libglib2.0-cil, libgtk2.0-cil, libart2.0-cil (>= 2.0)
Standards-Version: 3.8.1
Homepage: http://www.brdstudio.net/yahtzeesharp/
Modified: packages/yahtzeesharp/trunk/debian/patches/01_fix_build_system
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/patches/01_fix_build_system?rev=4952&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/patches/01_fix_build_system (original)
+++ packages/yahtzeesharp/trunk/debian/patches/01_fix_build_system Sat May 30 10:51:43 2009
@@ -1,4 +1,5 @@
Index: yahtzeesharp/Makefile.in
+Force build system to use the csc compiler
===================================================================
--- yahtzeesharp/Makefile.in 2009-03-21 11:59:24.000000000 +0100
+++ yahtzeesharp/Makefile.in 2009-03-21 12:00:04.000000000 +0100
Modified: packages/yahtzeesharp/trunk/debian/patches/02_fix_desktop_file
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/patches/02_fix_desktop_file?rev=4952&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/patches/02_fix_desktop_file (original)
+++ packages/yahtzeesharp/trunk/debian/patches/02_fix_desktop_file Sat May 30 10:51:43 2009
@@ -1,4 +1,5 @@
Index: yahtzeesharp/YahtzeeSharp/YahtzeeSharp.desktop
+Fix the .desktop file
===================================================================
--- yahtzeesharp/YahtzeeSharp/YahtzeeSharp.desktop 2009-03-21 12:02:24.000000000 +0100
+++ yahtzeesharp/YahtzeeSharp/YahtzeeSharp.desktop 2009-03-21 12:05:17.000000000 +0100
Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=4952&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Sat May 30 10:51:43 2009
@@ -32,9 +32,9 @@
tar -xzf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
mkdir $(DEB_SOURCE_NAME)
- mv -f README yahtzeesharp-*/* $(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) COPYING CHANGELOG AUTHORS
+ rm -r $(DEB_SOURCE_NAME) $(DEB_SOURCE_NAME)-$(VERSION)
override_dh_auto_configure:
dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc \
More information about the Pkg-cli-apps-commits
mailing list