[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.7+dfsg-2-15-g67578a9

Chow Loong Jin hyperair at debian.org
Sun Feb 5 17:23:04 UTC 2012


The following commit has been merged in the master branch:
commit 76500b7968de5ac14820a9600a6c3cbe0b1af777
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Feb 5 23:24:00 2012 +0800

    Use dh-autoreconf
    
    This avoids having to refresh 01_build-system.patch during each update

diff --git a/debian/control b/debian/control
index 5d8fd06..2ef3285 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>,
            Sebastian Dröge <slomo at debian.org>,
            Chow Loong Jin <hyperair at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50),
+               dh-autoreconf,
                cli-common-dev (>= 0.5.7),
                mono-devel (>= 2.4.3),
                pkg-config,
diff --git a/debian/patches/01_build-system.patch b/debian/patches/01_build-system.patch
index 5c1db26..cca7bf2 100644
--- a/debian/patches/01_build-system.patch
+++ b/debian/patches/01_build-system.patch
@@ -35,37 +35,3 @@ Index: taglib-sharp.git/docs/Makefile.am
  clean-local:
  	if [ -d en ]; then \
  		rm -rf en; \
-Index: taglib-sharp.git/docs/Makefile.in
-===================================================================
---- taglib-sharp.git.orig/docs/Makefile.in	2010-03-21 13:44:23.167221412 +0000
-+++ taglib-sharp.git/docs/Makefile.in	2010-03-21 14:06:21.577220184 +0000
-@@ -149,7 +149,7 @@
- DOC_ASSEMBLER = @MDASSEMBLER@ --out taglib-sharp-docs --ecma
- ASSEMBLY = $(top_builddir)/src/$(ASSEMBLY_NAME).dll
- SLASHDOC = $(ASSEMBLY).xml
-- at BUILD_DOCS_TRUE@monodocdir = $(DESTDIR)$(DOCDIR)
-+ at BUILD_DOCS_TRUE@monodocdir = $(DOCDIR)
- @BUILD_DOCS_TRUE at monodoc_DATA = \
- @BUILD_DOCS_TRUE@	taglib-sharp-docs.zip \
- @BUILD_DOCS_TRUE@	taglib-sharp-docs.tree \
-@@ -376,7 +376,6 @@
- @BUILD_DOCS_TRUE@		rm -rf en; \
- @BUILD_DOCS_TRUE@	fi
- @BUILD_DOCS_TRUE@	$(DOC_UPDATER) -assembly:$(ASSEMBLY) -importslashdoc:$(SLASHDOC) -path:en > /dev/null
-- at BUILD_DOCS_TRUE@	$(MONO) XmlInjector.exe Package.en.xml InsertMissingValues
- 
- @BUILD_DOCS_TRUE at update-html: en
- @BUILD_DOCS_TRUE@	if [ -d taglib-sharp-web-docs ]; then \
-@@ -390,12 +389,6 @@
- @BUILD_DOCS_TRUE at taglib-sharp-docs.zip: en/index.xml
- @BUILD_DOCS_TRUE@	$(DOC_ASSEMBLER) en
- 
-- at BUILD_DOCS_TRUE@install-data-hook: XmlInjector.exe Package.en.xml
-- at BUILD_DOCS_TRUE@	$(MONO) XmlInjector.exe Package.en.xml InjectMenuItem
--
-- at BUILD_DOCS_TRUE@uninstall-hook: XmlInjector.exe Package.en.xml
-- at BUILD_DOCS_TRUE@	$(MONO) XmlInjector.exe Package.en.xml RemoveMenuItem
--
- @BUILD_DOCS_TRUE at clean-local:
- @BUILD_DOCS_TRUE@	if [ -d en ]; then \
- @BUILD_DOCS_TRUE@		rm -rf en; \
diff --git a/debian/rules b/debian/rules
index 1010a50..0dee7a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,6 @@ override_dh_makeclilibs:
 	dh_makeclilibs -V
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 .PHONY: get-orig-source

-- 
taglib-sharp



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