[Pkg-cli-libs-commits] [SCM] ipod-sharp branch, master, updated. debian/0.8.2-2-10-g734c795

Chow Loong Jin hyperair at gmail.com
Fri Oct 2 17:03:48 UTC 2009


The following commit has been merged in the master branch:
commit f4285c6cbb5c6c66cde4816f8d95afdacc3c7e5b
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Sat Oct 3 00:33:52 2009 +0800

    DH7-ization

diff --git a/debian/changelog b/debian/changelog
index 10fe2c3..ebee184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ ipod-sharp (0.8.2-3) UNRELEASED; urgency=low
     + Update Vcs-* fields to show git values
     + Bump Standards-Version to 3.8.2
       - Set Section to cli-mono
+  * debian/{control,rules}:
+    + DH7-ization
 
- -- Chow Loong Jin <hyperair at ubuntu.com>  Sun, 02 Aug 2009 04:59:18 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 03 Oct 2009 00:34:23 +0800
 
 ipod-sharp (0.8.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 74f2a51..2e224a9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,22 +4,17 @@ Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>,
            Chow Loong Jin <hyperair at ubuntu.com>
-Build-Depends: debhelper (>= 5),
-               cdbs
-Build-Depends-Indep: cli-common-dev (>= 0.4.4),
-                     mono-devel (>= 2.0.0),
-                     libmono-dev (>= 1.1.10),
-                     libmono-system2.0-cil,
-                     libmono-system-web2.0-cil,
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+                     mono-devel (>= 2.4.2),
                      libndesk-dbus1.0-cil,
                      libndesk-dbus-glib1.0-cil,
                      libgtk2.0-cil,
-                     libmono2.0-cil,
                      libmono-sharpzip2.84-cil,
                      pkg-config,
                      monodoc-base (>= 1.1.9),
                      podsleuth (>= 0.6.0)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/ipod-sharp.git
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/ipod-sharp.git
 
diff --git a/debian/rules b/debian/rules
index 713443a..4dcc45f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,41 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
+# include /usr/share/cdbs/1/rules/debhelper.mk
+# include /usr/share/cdbs/1/class/autotools.mk
+# include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc
+# DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc
 
-common-binary-post-install-indep:: list-missing
+# common-binary-post-install-indep:: list-missing
 
-export MONO_SHARED_DIR=$(CURDIR)
+# export MONO_SHARED_DIR=$(CURDIR)
 
-common-binary-predeb-indep::
-	dh_clifixperms
-	dh_clideps
+# common-binary-predeb-indep::
+# 	dh_clifixperms
+# 	dh_clideps
 
-clean::
-	rm -rf $(MONO_SHARED_DIR)/.wapi
+# clean::
+# 	rm -rf $(MONO_SHARED_DIR)/.wapi
+# 	rm -f src/ipod-sharp.dll.mdb \
+# 		tools/ipod-tool.exe.mdb \
+# 		tests/ipod-sharp-tests.dll.mdb \
+# 		src/ipod-sharp-docs.zip \
+# 		src/ipod-sharp-docs.tree
+
+include /usr/share/cli-common/cli.make
+
+override_dh_auto_configure:
+	dh_auto_configure -- MCS=/usr/bin/mono-csc
+
+clean:
+	dh $@
 	rm -f src/ipod-sharp.dll.mdb \
 		tools/ipod-tool.exe.mdb \
 		tests/ipod-sharp-tests.dll.mdb \
 		src/ipod-sharp-docs.zip \
 		src/ipod-sharp-docs.tree
 
+
+%:
+	dh $@

-- 
ipod-sharp



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