[Pkg-mono-svn-commits] rev 3138 - in taglib-sharp/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Mon May 14 15:44:44 UTC 2007


Author: slomo
Date: 2007-05-14 15:44:44 +0000 (Mon, 14 May 2007)
New Revision: 3138

Added:
   taglib-sharp/trunk/debian/libtaglib1.9-cil.installcligac
Modified:
   taglib-sharp/trunk/debian/patches/01_build-system.dpatch
Log:
* some fixes


Added: taglib-sharp/trunk/debian/libtaglib1.9-cil.installcligac
===================================================================
--- taglib-sharp/trunk/debian/libtaglib1.9-cil.installcligac	                        (rev 0)
+++ taglib-sharp/trunk/debian/libtaglib1.9-cil.installcligac	2007-05-14 15:44:44 UTC (rev 3138)
@@ -0,0 +1 @@
+/usr/lib/cli/taglib-sharp-1.9/taglib-sharp.dll

Modified: taglib-sharp/trunk/debian/patches/01_build-system.dpatch
===================================================================
--- taglib-sharp/trunk/debian/patches/01_build-system.dpatch	2007-05-14 15:41:57 UTC (rev 3137)
+++ taglib-sharp/trunk/debian/patches/01_build-system.dpatch	2007-05-14 15:44:44 UTC (rev 3138)
@@ -2,32 +2,6 @@
 
 @DPATCH@
 
---- taglib-sharp/docs/Makefile.am.old	2007-05-14 17:28:57.000000000 +0200
-+++ taglib-sharp/docs/Makefile.am	2007-05-14 17:30:04.000000000 +0200
-@@ -7,10 +7,7 @@
- ASSEMBLIES_BUILD = $(foreach asm,$(ASSEMBLIES),$(addprefix -assembly:,$(asm)))
- 
- if BUILD_DOCS
--all: MonodocNodeConfig.exe
--
--MonodocNodeConfig.exe: MonodocNodeConfig.cs
--	mcs -out:$@ -r:System.Xml $<
-+all: 
- 
- docdir = $(DESTDIR)$(DOCDIR)
- doc_DATA = \
-@@ -31,11 +28,6 @@
- taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
- 	$(DOC_ASSEMBLER) $(srcdir)/en
- 
--install-data-hook:
--	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib Libraries" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
--
--uninstall-hook:
--	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
- endif
- 
- EXTRA_DIST = \
 --- taglib-sharp/src/Makefile.am.old	2007-05-14 17:29:05.000000000 +0200
 +++ taglib-sharp/src/Makefile.am	2007-05-14 17:29:13.000000000 +0200
 @@ -138,14 +138,3 @@
@@ -45,32 +19,6 @@
 -	  echo "$(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";	\
 -	  $(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;	\
 -	fi
---- taglib-sharp/docs/Makefile.in.old	2007-05-14 17:29:00.000000000 +0200
-+++ taglib-sharp/docs/Makefile.in	2007-05-14 17:30:36.000000000 +0200
-@@ -366,10 +366,7 @@
- 	uninstall-hook uninstall-info-am
- 
- 
-- at BUILD_DOCS_TRUE@all: MonodocNodeConfig.exe
--
-- at BUILD_DOCS_TRUE@MonodocNodeConfig.exe: MonodocNodeConfig.cs
-- at BUILD_DOCS_TRUE@	mcs -out:$@ -r:System.Xml $<
-+ at BUILD_DOCS_TRUE@all: 
- 
- @BUILD_DOCS_TRUE at update-docs: $(ASSEMBLIES)
- @BUILD_DOCS_TRUE@	$(DOC_UPDATER) $(ASSEMBLIES_BUILD) -path:en
-@@ -384,11 +381,6 @@
- @BUILD_DOCS_TRUE at taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
- @BUILD_DOCS_TRUE@	$(DOC_ASSEMBLER) $(srcdir)/en
- 
-- at BUILD_DOCS_TRUE@install-data-hook:
-- at BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib Libraries" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
--
-- at BUILD_DOCS_TRUE@uninstall-hook:
-- at BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
 --- taglib-sharp/src/Makefile.in.old	2007-05-14 17:29:03.000000000 +0200
 +++ taglib-sharp/src/Makefile.in	2007-05-14 17:29:20.000000000 +0200
 @@ -441,17 +441,6 @@
@@ -91,3 +39,66 @@
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
  .NOEXPORT:
+
+
+--- docs/Makefile.am.old	2007-05-14 17:41:31.000000000 +0200
++++ docs/Makefile.am	2007-05-14 17:42:09.000000000 +0200
+@@ -7,12 +7,9 @@
+ ASSEMBLIES_BUILD = $(foreach asm,$(ASSEMBLIES),$(addprefix -assembly:,$(asm)))
+ 
+ if BUILD_DOCS
+-all: MonodocNodeConfig.exe
++all: 
+ 
+-MonodocNodeConfig.exe: MonodocNodeConfig.cs
+-	mcs -out:$@ -r:System.Xml $<
+-
+-docdir = $(DESTDIR)$(DOCDIR)
++docdir = $(DESTDIR)`pkg-config --variable=sourcesdir monodoc`
+ doc_DATA = \
+ 	taglib-sharp-docs.zip \
+ 	taglib-sharp-docs.tree \
+@@ -31,11 +28,6 @@
+ taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
+ 	$(DOC_ASSEMBLER) $(srcdir)/en
+ 
+-install-data-hook:
+-	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib Libraries" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
+-
+-uninstall-hook:
+-	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
+ endif
+ 
+ EXTRA_DIST = \
+--- docs/Makefile.in.old	2007-05-14 17:41:34.000000000 +0200
++++ docs/Makefile.in	2007-05-14 17:42:54.000000000 +0200
+@@ -125,7 +125,7 @@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+- at BUILD_DOCS_TRUE@docdir = $(DESTDIR)$(DOCDIR)
++ at BUILD_DOCS_TRUE@docdir = $(DESTDIR)`pkg-config --variable=sourcesdir monodoc`
+ docdir = @docdir@
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+@@ -366,7 +366,7 @@
+ 	uninstall-hook uninstall-info-am
+ 
+ 
+- at BUILD_DOCS_TRUE@all: MonodocNodeConfig.exe
++ at BUILD_DOCS_TRUE@all: 
+ 
+ @BUILD_DOCS_TRUE at MonodocNodeConfig.exe: MonodocNodeConfig.cs
+ @BUILD_DOCS_TRUE@	mcs -out:$@ -r:System.Xml $<
+@@ -384,11 +384,6 @@
+ @BUILD_DOCS_TRUE at taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
+ @BUILD_DOCS_TRUE@	$(DOC_ASSEMBLER) $(srcdir)/en
+ 
+- at BUILD_DOCS_TRUE@install-data-hook:
+- at BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib Libraries" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
+-
+- at BUILD_DOCS_TRUE@uninstall-hook:
+- at BUILD_DOCS_TRUE@	$(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:




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