[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 563733d6342be6f995bd332ea7b9167d84e6b8d2
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Feb 5 23:11:54 2012 +0800

    Drop 02_al2.patch (Override AL in configure instead)

diff --git a/debian/patches/02_al2.patch b/debian/patches/02_al2.patch
deleted file mode 100644
index a42f4c9..0000000
--- a/debian/patches/02_al2.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-
- at DPATCH@
-
-Index: taglib-sharp.git/src/Makefile.am
-===================================================================
---- taglib-sharp.git.orig/src/Makefile.am	2010-03-21 13:44:23.000000000 +0000
-+++ taglib-sharp.git/src/Makefile.am	2010-03-21 14:07:18.717219589 +0000
-@@ -28,7 +28,7 @@
- 	$(CSC) /target:library $(LIBFLAGS) $(DOCFLAGS) /define:SIGN /out:$@ $(TAGLIB_CSFILES) $(taglib_generated_sources)
- 
- policy.%.$(ASSEMBLY_NAME).dll: policy.%.$(ASSEMBLY_NAME).config
--	$(AL) /link:$< /out:$@ /keyfile:taglib-sharp.snk
-+	al2 /link:$< /out:$@ /keyfile:taglib-sharp.snk
- 
- all: $(ASSEMBLY) $(POLICIES)
- 
-Index: taglib-sharp.git/src/Makefile.in
-===================================================================
---- taglib-sharp.git.orig/src/Makefile.in	2010-03-21 13:44:23.000000000 +0000
-+++ taglib-sharp.git/src/Makefile.in	2010-03-21 14:07:36.667219457 +0000
-@@ -461,7 +461,7 @@
- 	$(CSC) /target:library $(LIBFLAGS) $(DOCFLAGS) /define:SIGN /out:$@ $(TAGLIB_CSFILES) $(taglib_generated_sources)
- 
- policy.%.$(ASSEMBLY_NAME).dll: policy.%.$(ASSEMBLY_NAME).config
--	$(AL) /link:$< /out:$@ /keyfile:taglib-sharp.snk
-+	al2 /link:$< /out:$@ /keyfile:taglib-sharp.snk
- 
- all: $(ASSEMBLY) $(POLICIES)
diff --git a/debian/patches/series b/debian/patches/series
index 4642bbd..77b3f0d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01_build-system.patch
-02_al2.patch
 03_pkg-config-location.patch
diff --git a/debian/rules b/debian/rules
index 32aac98..1010a50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ PACKAGES = $(shell sed -n 's/^Package: //p' $(DEBIAN_DIR)/control)
 DEB_ABI_VERSION = 2.0
 
 override_dh_auto_configure:
-	dh_auto_configure -- --prefix=/usr MCS=/usr/bin/mono-csc
+	dh_auto_configure -- --prefix=/usr MCS=/usr/bin/mono-csc AL=/usr/bin/al2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
taglib-sharp



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