[Pkg-cli-apps-commits] r4363 - in /packages/tasque/trunk/debian: changelog patches/01-build.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Dec 29 09:09:20 UTC 2008


Author: slomo
Date: Mon Dec 29 09:09:19 2008
New Revision: 4363

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4363
Log:
* debian/patches/01-build.patch:
  + Fix the build system.

Added:
    packages/tasque/trunk/debian/patches/01-build.patch
Modified:
    packages/tasque/trunk/debian/changelog

Modified: packages/tasque/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/changelog?rev=4363&op=diff
==============================================================================
--- packages/tasque/trunk/debian/changelog (original)
+++ packages/tasque/trunk/debian/changelog Mon Dec 29 09:09:19 2008
@@ -12,6 +12,8 @@
   [ Sebastian Dröge ]
   * New upstream release:
     + Fixes crashes when switching backends (Closes: #474503).
+  * debian/patches/01-build.patch:
+    + Fix the build system.
 
  -- Sebastian Dröge <slomo at debian.org>  Sun, 28 Dec 2008 18:51:13 +0100
 

Added: packages/tasque/trunk/debian/patches/01-build.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/patches/01-build.patch?rev=4363&op=file
==============================================================================
--- packages/tasque/trunk/debian/patches/01-build.patch (added)
+++ packages/tasque/trunk/debian/patches/01-build.patch Mon Dec 29 09:09:19 2008
@@ -1,0 +1,22 @@
+--- src/Makefile.am.old	2008-12-29 10:08:08.000000000 +0100
++++ src/Makefile.am	2008-12-29 10:08:25.000000000 +0100
+@@ -140,7 +140,7 @@
+ 	$(CSC) -unsafe -out:$@ $(CSFLAGS) $(NOTIFY_SHARP_CSFLAGS) $^ $(ASSEMBLIES) $(RESOURCES)
+ 
+ tasquelibdir = $(libdir)/tasque
+-tasquelib_DATA = $(TARGET) $(TARGET).config $(TARGET).mdb
++tasquelib_DATA = $(TARGET) $(TARGET).config
+ 
+ bin_SCRIPTS = $(WRAPPER)
+ 
+--- src/Makefile.in.old	2008-12-29 10:08:10.000000000 +0100
++++ src/Makefile.in	2008-12-29 10:08:41.000000000 +0100
+@@ -359,7 +359,7 @@
+ 	$(EVOLUTION_SHARP_LIBS)
+ 
+ tasquelibdir = $(libdir)/tasque
+-tasquelib_DATA = $(TARGET) $(TARGET).config $(TARGET).mdb
++tasquelib_DATA = $(TARGET) $(TARGET).config
+ bin_SCRIPTS = $(WRAPPER)
+ EXTRA_DIST = \
+ 	$(CSFILES)					\




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