[Pkg-mono-svn-commits] [SCM] mono-uia branch, master, updated. debian/1.0-1-5-ge2922e2

Mirco Bauer meebey at meebey.net
Sun Aug 2 14:18:20 UTC 2009


The following commit has been merged in the master branch:
commit 6968417bd32ff38cfcf658ae0714787a696b2a4f
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Aug 2 16:00:50 2009 +0200

    added mono-uia-dbg package and made get-orig-source policy conform

diff --git a/debian/control b/debian/control
index 459231f..dec10a0 100644
--- a/debian/control
+++ b/debian/control
@@ -25,3 +25,12 @@ Description: WinFx components required by UIA for use with Mono
  the infrastructure of the WPF API. You will find types representing WPF 
  threading types, security types, various type converters, and other basic 
  programming primitives (Point, Vector, Rect, etc.).
+
+Package: mono-uia-dbg
+Priority: extra
+Section: debug
+Architecture: all
+Recommends: mono-debugger
+Description: Mono UIA debugging symbols
+ This package contains the debugging symbols of libmono-uia3.0-cil and
+ libmono-winfxcore3.0-cil.
diff --git a/debian/rules b/debian/rules
index 061dc59..4cbaa3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,19 +8,19 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
+override_dh_cli_strip:
+	dh_cli_strip --dbg-package=mono-uia-dbg
+
 get-orig-source:
-	[ -d ../tarballs ] || mkdir ../tarballs
 	uscan \
-        --package $(DEB_SOURCE_NAME) \
-        --watchfile $(DEBIAN_DIR)/watch \
-        --upstream-version $(VERSION) \
-        --download-version $(VERSION) \
-        --destdir ../tarballs \
-        --force-download \
-        --rename
-	bzcat ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-        gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
+		--package $(DEB_SOURCE_NAME) \
+		--watchfile $(DEBIAN_DIR)/watch \
+		--upstream-version $(VERSION) \
+		--download-version $(VERSION) \
+		--destdir . \
+		--force-download \
+		--rename \
+		--repack
 
 %:
 	dh $@

-- 
mono-uia



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