[Pkg-mono-svn-commits] rev 3893 - gluezilla/trunk/debian libgdiplus/trunk/debian mono-basic/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Sat Jan 24 16:39:42 UTC 2009


Author: directhex-guest
Date: 2009-01-24 16:39:42 +0000 (Sat, 24 Jan 2009)
New Revision: 3893

Modified:
   gluezilla/trunk/debian/changelog
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/rules
   mono-basic/trunk/debian/changelog
Log:
All the easy bits of 2.2 done - remember, mono-basic is untransitioned (as we can use it on sid)


Modified: gluezilla/trunk/debian/changelog
===================================================================
--- gluezilla/trunk/debian/changelog	2009-01-21 23:47:11 UTC (rev 3892)
+++ gluezilla/trunk/debian/changelog	2009-01-24 16:39:42 UTC (rev 3893)
@@ -1,4 +1,4 @@
-gluezilla (2.2-1) experimental; urgency=low
+gluezilla (2.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Implement get-orig-source

Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2009-01-21 23:47:11 UTC (rev 3892)
+++ libgdiplus/trunk/debian/changelog	2009-01-24 16:39:42 UTC (rev 3893)
@@ -1,3 +1,9 @@
+libgdiplus (2.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Jo Shields <directhex at apebox.org>  Sat, 24 Jan 2008 16:26:52 +0000
+
 libgdiplus (2.0-1) experimental; urgency=low
 
   [ Jo Shields ]

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2009-01-21 23:47:11 UTC (rev 3892)
+++ libgdiplus/trunk/debian/rules	2009-01-24 16:39:42 UTC (rev 3893)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
+upstream_version=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
 
+
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -18,6 +20,10 @@
 	INSTALL_PROGRAM += -s
 endif
 
+get-orig-source:
+	uscan --force-download --download-version $(upstream_version) \
+	        --repack --rename --destdir .
+
 config.status: patch-stamp configure
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure \

Modified: mono-basic/trunk/debian/changelog
===================================================================
--- mono-basic/trunk/debian/changelog	2009-01-21 23:47:11 UTC (rev 3892)
+++ mono-basic/trunk/debian/changelog	2009-01-24 16:39:42 UTC (rev 3893)
@@ -1,7 +1,7 @@
-mono-basic (2.2-1) unstable; urgency=low
+mono-basic (2.2-1) UNRELEASED; urgency=low
 
   * New upstream release
-    + Dropping +dfsg, only documented bootstrap binaries remain
+  * Dropping +dfsg, only documented bootstrap binaries remain
 
  -- Jo Shields <directhex at apebox.org>  Wed, 21 Jan 2008 16:32:18 +0000
 




More information about the Pkg-mono-svn-commits mailing list