File: 02_al2.patch

package info (click to toggle)
taglib-sharp 2.0.3.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,120 kB
  • ctags: 3,330
  • sloc: cs: 26,081; sh: 3,439; makefile: 283
file content (29 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! /bin/sh /usr/share/dpatch/dpatch-run

@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)