]> err.no Git - scalable-opengroupware.org/commitdiff
Get rid of broken patches debian
authorTollef Fog Heen <tfheen@err.no>
Fri, 23 May 2008 11:04:03 +0000 (13:04 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 23 May 2008 11:04:03 +0000 (13:04 +0200)
debian/patches/00list
debian/patches/fix-destdir.dpatch [deleted file]

index dbb14fed2978c5f58b6bf2607f2cb37fb8aaee2a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-fix-destdir
diff --git a/debian/patches/fix-destdir.dpatch b/debian/patches/fix-destdir.dpatch
deleted file mode 100755 (executable)
index 0aee89a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fix-destdir.dpatch by  <tfheen@ubuntu.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad sogo~/configure sogo/configure
---- sogo~/configure    2008-05-02 14:20:54.000000000 +0200
-+++ sogo/configure     2008-05-02 14:24:39.000000000 +0200
-@@ -303,16 +303,16 @@
-   else
-     cfgwrite "# configured for GNUstep install"
-     cfgwrite ""
--    cfgwrite "SOGO_SYSLIBDIR=\${DESTDIR}/\${GNUSTEP_LIBRARY}/Libraries"
--    cfgwrite "SOGO_LIBDIR=\${DESTDIR}/\${GNUSTEP_LIBRARY}/SOGo-\${SOGO_MAJOR_VERSION}.\${SOGO_MINOR_VERSION}"
-+    cfgwrite "SOGO_SYSLIBDIR=\${GNUSTEP_LIBRARY}/Libraries"
-+    cfgwrite "SOGO_LIBDIR=\${GNUSTEP_LIBRARY}/SOGo-\${SOGO_MAJOR_VERSION}.\${SOGO_MINOR_VERSION}"
-     cfgwrite "SOGO_TEMPLATESDIR=\${SOGO_LIBDIR}/Templates"
-     cfgwrite "SOGO_WEBSERVERRESOURCESDIR=\${SOGO_LIBDIR}/WebServerResources"
--    cfgwrite "SOGO_TOOLS=\${DESTDIR}/\${GNUSTEP_TOOLS}"
--    cfgwrite "SOGO_ADMIN_TOOLS=\${DESTDIR}/\${GNUSTEP_ADMIN_TOOLS}"
--    cfgwrite "SOPE_SAXMAPPINGS=\${DESTDIR}/\${GNUSTEP_LIBRARY}/SaxMappings"
--    cfgwrite "SOPE_SAXDRIVERS=\${DESTDIR}/\${GNUSTEP_LIBRARY}/SaxDrivers-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
--    cfgwrite "SOPE_WOXBUILDERS=\${DESTDIR}/\${GNUSTEP_LIBRARY}/WOxElemBuilders-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
--    cfgwrite "SOGO_TYPEMODELS=\${DESTDIR}/\${GNUSTEP_LIBRARY}/OCSTypeModels"
-+    cfgwrite "SOGO_TOOLS=\${GNUSTEP_TOOLS}"
-+    cfgwrite "SOGO_ADMIN_TOOLS=\${GNUSTEP_ADMIN_TOOLS}"
-+    cfgwrite "SOPE_SAXMAPPINGS=\${GNUSTEP_LIBRARY}/SaxMappings"
-+    cfgwrite "SOPE_SAXDRIVERS=\${GNUSTEP_LIBRARY}/SaxDrivers-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
-+    cfgwrite "SOPE_WOXBUILDERS=\${GNUSTEP_LIBRARY}/WOxElemBuilders-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
-+    cfgwrite "SOGO_TYPEMODELS=\${GNUSTEP_LIBRARY}/OCSTypeModels"
-   fi
-   if test $ARG_WITH_STRIP = 1; then