[Pkg-cli-apps-commits] [SCM] monobristol branch, master, updated. upstream/0.40.5-9-gc984992

Stefan Ebner sebner at ubuntu.com
Tue Oct 13 14:34:39 UTC 2009


The following commit has been merged in the master branch:
commit c984992f9325451fe31b40c0b5d80ca129f481e6
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Tue Oct 13 16:33:29 2009 +0200

    Update mono-csc patch, update timestamp in manpage and changelog.
    Override dh_auto_patch to be able to run autoreconf first and then patch
    the generated file.
    Cookies for Jo Shields \o/

diff --git a/debian/changelog b/debian/changelog
index 01fc2e1..1eb469f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ monobristol (0.40.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #542039)
 
- -- Stefan Ebner <sebner at ubuntu.com>  Sun, 23 Aug 2009 12:51:08 +0200
+ -- Stefan Ebner <sebner at ubuntu.com>  Tue, 13 Oct 2009 16:33:13 +0200
diff --git a/debian/monobristol.1 b/debian/monobristol.1
index ce41470..d8ed0dd 100644
--- a/debian/monobristol.1
+++ b/debian/monobristol.1
@@ -1,4 +1,4 @@
-.TH MONOBRISTOL	1 "August 20, 2009"
+.TH MONOBRISTOL	1 "October 13, 2009"
 
 .SH NAME
 monoBristol \- simple GUI for Bristol.
diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index 748180a..0b41cb4 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,9 +1,9 @@
 Index: monobristol/Makefile.in
-Description: Don't hardcode gmcs
+Description: Don't hardcode gmcs compiler
 ===================================================================
---- monobristol.orig/Makefile.in	2009-08-19 16:50:03.822431600 +0200
-+++ monobristol/Makefile.in	2009-08-19 16:50:40.090422251 +0200
-@@ -174,8 +174,8 @@
+--- monobristol.orig/Makefile.in	2009-10-13 16:23:09.235051740 +0200
++++ monobristol/Makefile.in	2009-10-13 16:24:19.888052828 +0200
+@@ -218,8 +218,8 @@
  #Warning: This is an automatically generated file, do not edit!
  @ENABLE_DEBUG_TRUE at SUBDIRS = . 
  @ENABLE_RELEASE_TRUE at SUBDIRS = . 
diff --git a/debian/rules b/debian/rules
index ed75099..884c801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,11 @@ get-orig-source:
 		--force-download \
 		--rename
 
-override_dh_auto_configure:
+override_dh_quilt_patch:
 	autoreconf -f -i -s -I .
+	dh_quilt_patch
+
+override_dh_auto_configure:
 	dh_auto_configure -- GMCS=/usr/bin/mono-csc
 
 override_dh_auto_install:
@@ -33,6 +36,11 @@ override_dh_auto_install:
 	convert $(CURDIR)/monobristol.png -resize 32x32 \
 	$(CURDIR)/debian/monobristol/usr/share/pixmaps/monobristol.xpm
 
+override_dh_clean:
+	dh_clean
+	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
+	find . -name "Makefile.in" -delete
+
 %:
 	dh --with quilt $@
 

-- 
monobristol



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