[Mud-builder-commits] r290 - in trunk/packages: . patch
gcobb at garage.maemo.org
gcobb at garage.maemo.org
Wed Aug 26 14:26:54 EEST 2009
Author: gcobb
Date: 2009-08-26 14:26:53 +0300 (Wed, 26 Aug 2009)
New Revision: 290
Added:
trunk/packages/opensync-format-plugin-xmlformat.xml
trunk/packages/osynctool.xml
trunk/packages/patch/opensync-format-plugin-xmlformat.patch
trunk/packages/patch/osynctool.patch
Modified:
trunk/packages/libopensync.xml
trunk/packages/libwbxml2.xml
trunk/packages/msynctool.xml
trunk/packages/opensync-format-plugin-vformat.xml
trunk/packages/opensync-plugin-file.xml
trunk/packages/opensync-plugin-gpe.xml
trunk/packages/opensync-plugin-syncml.xml
trunk/packages/patch/libopensync.patch
trunk/packages/patch/libsyncml.patch
trunk/packages/patch/opensync-plugin-gpe.patch
Log:
Bring opensync up to date
Modified: trunk/packages/libopensync.xml
===================================================================
--- trunk/packages/libopensync.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/libopensync.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,14 +3,15 @@
<fetch type="command">
<command>
pkg="libopensync"
- date="20080615"
- release="0.36+"
- # The release should be of the form major.minor-debianversion or major.minor+.
+ date="20090316"
+ release="0.38+1"
+ # The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
- majmin=${release%-*}
debver=${release#*-}
- if [ "$debver" = "$release" ] ; then debver="1" ; fi
- if [ "$majmin" = "${majmin%+}" ] ; then version="$majmin+maemo-$debver" ; else version="${majmin}maemo+svn$date-1" ; fi
+ if [ "$debver" = "$release" ] ; then debver=${release#*+} ; fi
+ if [ "$debver" = "" ] ; then debver="1" ; fi
+ majmin=${release%-*} ; version="$majmin+maemo-$debver"
+ if [ "$majmin" = "$release" ] ; then majmin=${release%+*} ; version="${majmin}+maemo+svn$date-$debver" ; fi
pkgdir="$pkg-$version"
branch="http://svn.opensync.org"
svn export -r {${date}T0000Z} $branch/trunk $pkgdir/source
@@ -18,7 +19,7 @@
export LIBSUFFIX=lib
#export PKG_CONFIG_PATH=$OPENSYNC_BUILD/lib/pkgconfig:$PKG_CONFIG_PATH
</command>
- <depends>libsqlite3-dev, libxslt1-dev</depends>
+ <depends>libsqlite3-dev, libxslt1-dev, libglib2.0-dev, zlib1g-dev</depends>
</fetch>
<build>
</build>
@@ -26,8 +27,8 @@
<library>libopensync1</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>opensync packaged with mud</description>
- <build-Depends>debhelper (>= 5), cmake</build-Depends>
- <recommends>opensync-format-plugin-vformat, msynctool</recommends>
+ <!-- let mud work it out <build-Depends>debhelper (>= 5), cmake</build-Depends> -->
+ <recommends>opensync-format-plugin-vformat, osynctool</recommends>
<suggests>opensync-plugin-file, opensync-plugin-evolution, opensync-plugin-gnokii, opensync-plugin-gpe, opensync-plugin-irmc, opensync-plugin-moto, opensync-plugin-palm, opensync-plugin-syncml, opensync-plugin-google, opensync-plugin-kdepim, opensync-plugin-opie, opensync-plugin-sync4j</suggests>
</deb>
</package>
Modified: trunk/packages/libwbxml2.xml
===================================================================
--- trunk/packages/libwbxml2.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/libwbxml2.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -2,6 +2,7 @@
<package>
<fetch type="tarball">
<url>http://prdownloads.sourceforge.net/wbxmllib/wbxml2-0.9.2.tar.gz</url>
+ <depends>libexpat1-dev</depends>
</fetch>
<build>
</build>
Modified: trunk/packages/msynctool.xml
===================================================================
--- trunk/packages/msynctool.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/msynctool.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,8 +3,8 @@
<fetch type="command">
<command>
pkg="msynctool"
- date="20080615"
- release="0.36+"
+ date="20080828"
+ release="0.38+1"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
debver=${release#*-}
Modified: trunk/packages/opensync-format-plugin-vformat.xml
===================================================================
--- trunk/packages/opensync-format-plugin-vformat.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/opensync-format-plugin-vformat.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,8 +3,8 @@
<fetch type="command">
<command>
pkg="opensync-format-plugin-vformat"
- date="20080615"
- release="0.36+"
+ date="20090316"
+ release="0.38+1"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
debver=${release#*-}
@@ -23,9 +23,10 @@
</fetch>
<build>
</build>
- <deb>
+ <deb prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>opensync packaged with mud</description>
+ <depends>${shlibs:Depends}, opensync-format-plugin-xmlformat</depends>
<build-Depends>debhelper (>= 5), cmake, libopensync-dev</build-Depends>
</deb>
</package>
Added: trunk/packages/opensync-format-plugin-xmlformat.xml
===================================================================
--- trunk/packages/opensync-format-plugin-xmlformat.xml (rev 0)
+++ trunk/packages/opensync-format-plugin-xmlformat.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="command">
+ <command>
+ pkg="opensync-format-plugin-xmlformat"
+ date="20090316"
+ release="0.38+1"
+ # The release should be of the form major.minor-debianversion or major.minor+debianversion.
+ # The latter form means that the "svn$date" form of package version should be used
+ debver=${release#*-}
+ if [ "$debver" = "$release" ] ; then debver=${release#*+} ; fi
+ if [ "$debver" = "" ] ; then debver="1" ; fi
+ majmin=${release%-*} ; version="$majmin+maemo-$debver"
+ if [ "$majmin" = "$release" ] ; then majmin=${release%+*} ; version="${majmin}+maemo+svn$date-$debver" ; fi
+ pkgdir="$pkg-$version"
+ branch="http://svn.opensync.org"
+ svn export -r {${date}T0000Z} $branch/format-plugins/xmlformat/trunk $pkgdir/source
+ export OPENSYNC_BUILD=`pwd`/$pkgdir
+ export LIBSUFFIX=lib
+ #export PKG_CONFIG_PATH=$OPENSYNC_BUILD/lib/pkgconfig:$PKG_CONFIG_PATH
+ </command>
+ <depends>libopensync</depends>
+ </fetch>
+ <build>
+ </build>
+ <deb prefix-section="0">
+ <maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
+ <description>opensync packaged with mud</description>
+ <build-Depends>debhelper (>= 5), cmake, libopensync-dev</build-Depends>
+ </deb>
+</package>
Modified: trunk/packages/opensync-plugin-file.xml
===================================================================
--- trunk/packages/opensync-plugin-file.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/opensync-plugin-file.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,8 +3,8 @@
<fetch type="command">
<command>
pkg="opensync-plugin-file"
- date="20080615"
- release="0.36+"
+ date="20090316"
+ release="0.38+1"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
debver=${release#*-}
Modified: trunk/packages/opensync-plugin-gpe.xml
===================================================================
--- trunk/packages/opensync-plugin-gpe.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/opensync-plugin-gpe.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,8 +3,8 @@
<fetch type="command">
<command>
pkg="opensync-plugin-gpe"
- date="20080615"
- release="0.36+"
+ date="20090316"
+ release="0.38+1"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
debver=${release#*-}
Modified: trunk/packages/opensync-plugin-syncml.xml
===================================================================
--- trunk/packages/opensync-plugin-syncml.xml 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/opensync-plugin-syncml.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -3,8 +3,8 @@
<fetch type="command">
<command>
pkg="opensync-plugin-syncml"
- date="20080615"
- release="0.36+"
+ date="20090316"
+ release="0.38+1"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
debver=${release#*-}
Added: trunk/packages/osynctool.xml
===================================================================
--- trunk/packages/osynctool.xml (rev 0)
+++ trunk/packages/osynctool.xml 2009-08-26 11:26:53 UTC (rev 290)
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="command">
+ <command>
+ pkg="0synctool"
+ date="20090316"
+ release="0.38+1"
+ # The release should be of the form major.minor-debianversion or major.minor+debianversion.
+ # The latter form means that the "svn$date" form of package version should be used
+ debver=${release#*-}
+ if [ "$debver" = "$release" ] ; then debver=${release#*+} ; fi
+ if [ "$debver" = "" ] ; then debver="1" ; fi
+ majmin=${release%-*} ; version="$majmin+maemo-$debver"
+ if [ "$majmin" = "$release" ] ; then majmin=${release%+*} ; version="${majmin}+maemo+svn$date-$debver" ; fi
+ pkgdir="$pkg-$version"
+ branch="http://svn.opensync.org"
+ svn export -r {${date}T0000Z} $branch/osynctool/trunk $pkgdir/source
+ </command>
+ <depends>libopensync</depends>
+ </fetch>
+ <build>
+ </build>
+ <deb>
+ <maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
+ <description>opensync packaged with mud</description>
+ <build-Depends>debhelper (>= 5), cmake, libopensync-dev</build-Depends>
+ </deb>
+</package>
Modified: trunk/packages/patch/libopensync.patch
===================================================================
--- trunk/packages/patch/libopensync.patch 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/patch/libopensync.patch 2009-08-26 11:26:53 UTC (rev 290)
@@ -2074,18 +2074,6 @@
+}
+
+#endif /* LIBXML_VERSION */
-Index: source/opensync/CMakeLists.txt
-===================================================================
---- source/opensync/CMakeLists.txt (revision 1)
-+++ source/opensync/CMakeLists.txt (working copy)
-@@ -43,6 +43,7 @@
- merger/opensync_capabilities.c
- merger/opensync_capability.c
- merger/opensync_merger.c
-+ merger/xmlDOMWrapAdoptNode.c
- module/opensync_module.c
- plugin/opensync_plugin_authentication.c
- plugin/opensync_plugin.c
Index: debian/rules
===================================================================
--- debian/rules (revision 1)
@@ -2159,7 +2147,7 @@
usr/lib/*.la
usr/share/pkgconfig/*
+usr/bin/*
-+usr/share/opensync-1.0/cmake
++usr/share/*/cmake
+
Index: debian/libopensync1.dirs
===================================================================
@@ -2174,8 +2162,8 @@
+++ debian/libopensync1.install (working copy)
@@ -1 +1,6 @@
usr/lib/lib*.so.*
-+usr/lib/opensync-1.0/osplugin
-+usr/lib/opensync-1.0/formats
-+usr/share/opensync-1.0/capabilities
-+usr/share/opensync-1.0/descriptions
-+usr/share/opensync-1.0/schemas
++usr/lib/*/osplugin
++usr/lib/*/formats
++usr/share/*/capabilities
++usr/share/*/descriptions
++usr/share/*/schemas
Modified: trunk/packages/patch/libsyncml.patch
===================================================================
--- trunk/packages/patch/libsyncml.patch 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/patch/libsyncml.patch 2009-08-26 11:26:53 UTC (rev 290)
@@ -180,34 +180,34 @@
--- libsyncml/CMakeLists.txt (revision 1)
+++ libsyncml/CMakeLists.txt (working copy)
@@ -1,6 +1,6 @@
- LINK_DIRECTORIES( ${GLIB2_LIBRARY_DIRS} ${LIBXML2_LIBRARY_DIRS} ${OPENOBEX_LIBRARY_DIRS} ${LIBWBXML2_LIBRARY_DIRS} ${LIBSOUP2_LIBRARY_DIRS} ${BLUEZ_LIBRARY_DIRS} )
+ LINK_DIRECTORIES( ${GLIB2_LIBRARY_DIRS} ${GTHREAD2_LIBRARY_DIRS} ${GOBJECT2_LIBRARY_DIRS} ${LIBXML2_LIBRARY_DIRS} ${OPENOBEX_LIBRARY_DIRS} ${LIBWBXML2_LIBRARY_DIRS} ${LIBSOUP2_LIBRARY_DIRS} ${BLUEZ_LIBRARY_DIRS} )
--INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIR} ${OPENOBEX_INCLUDE_DIRS} ${LIBWBXML2_INCLUDE_DIRS} ${LIBSOUP2_INCLUDE_DIRS} ${BLUEZ_INCLUDE_DIRS} )
-+INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIR} ${OPENOBEX_INCLUDE_DIRS} ${LIBWBXML2_INCLUDE_DIRS} ${LIBSOUP2_INCLUDE_DIRS} ${BLUEZ_INCLUDE_DIRS} ${USB_INCLUDE_DIRS} )
+-INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${GTHREAD2_INCLUDE_DIRS} ${GOBJECT2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ${OPENOBEX_INCLUDE_DIRS} ${LIBWBXML2_INCLUDE_DIRS} ${LIBSOUP2_INCLUDE_DIRS} ${BLUEZ_INCLUDE_DIRS} )
++INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${GTHREAD2_INCLUDE_DIRS} ${GOBJECT2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ${OPENOBEX_INCLUDE_DIRS} ${LIBWBXML2_INCLUDE_DIRS} ${LIBSOUP2_INCLUDE_DIRS} ${BLUEZ_INCLUDE_DIRS} ${USB_INCLUDE_DIRS} )
SET( libsyncml_LIB_SRCS
sml_base64.c
-@@ -34,7 +34,7 @@
- SET( LIBSYNCML_SOVERSION 1 )
- SET_TARGET_PROPERTIES( syncml PROPERTIES SOVERSION ${LIBSYNCML_SOVERSION} )
- SET_TARGET_PROPERTIES( syncml PROPERTIES VERSION ${LIBSYNCML_VERSION}.${LIBSYNCML_SOVERSION} )
--TARGET_LINK_LIBRARIES( syncml ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${LIBXML2_LIBRARIES} ${BLUEZ_LIBRARIES} ${LIBWBXML2_LIBRARIES} ${LIBSOUP2_LIBRARIES} ${OPENOBEX_LIBRARIES} )
-+TARGET_LINK_LIBRARIES( syncml ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${LIBXML2_LIBRARIES} ${BLUEZ_LIBRARIES} ${LIBWBXML2_LIBRARIES} ${LIBSOUP2_LIBRARIES} libopenobex.a ${USB_LIBRARIES} )
+@@ -57,7 +57,7 @@
+ SET_TARGET_PROPERTIES( syncml PROPERTIES SOVERSION ${LIBSYNCML_LIBVERSION_SOVERSION} )
+ SET_TARGET_PROPERTIES( syncml PROPERTIES VERSION ${LIBSYNCML_LIBVERSION_VERSION} )
+-TARGET_LINK_LIBRARIES( syncml ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GOBJECT2_LIBRARIES} ${LIBXML2_LIBRARIES} ${BLUEZ_LIBRARIES} ${LIBWBXML2_LIBRARIES} ${LIBSOUP2_LIBRARIES} ${OPENOBEX_LIBRARIES} )
++TARGET_LINK_LIBRARIES( syncml ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GOBJECT2_LIBRARIES} ${LIBXML2_LIBRARIES} ${BLUEZ_LIBRARIES} ${LIBWBXML2_LIBRARIES} ${LIBSOUP2_LIBRARIES} libopenobex.a ${USB_LIBRARIES} )
+
INSTALL( TARGETS syncml DESTINATION ${LIBSYNCML_LIBRARIES_DIR} )
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 1)
+++ CMakeLists.txt (working copy)
-@@ -75,6 +75,7 @@
+@@ -133,6 +133,7 @@
IF(OPENOBEX_FOUND)
OPTION( ENABLE_OBEX "enable obex transports" ON )
+ FIND_PACKAGE( Usb REQUIRED )
IF(BLUEZ_FOUND)
OPTION( ENABLE_BLUETOOTH "enable obex over bluetooth transports" ON )
- ELSE(BLUEZ_FOUND)
+ SET( CMAKE_REQUIRED_FLAGS ${BLUEZ_CFLAGS} )
Index: build-cmake
===================================================================
--- build-cmake (revision 0)
Added: trunk/packages/patch/opensync-format-plugin-xmlformat.patch
===================================================================
--- trunk/packages/patch/opensync-format-plugin-xmlformat.patch (rev 0)
+++ trunk/packages/patch/opensync-format-plugin-xmlformat.patch 2009-08-26 11:26:53 UTC (rev 290)
@@ -0,0 +1,45 @@
+Index: debian/rules
+===================================================================
+--- debian/rules (revision 1)
++++ debian/rules (working copy)
+@@ -25,6 +25,7 @@
+ dh_testdir
+ # Add here commands to configure the package.
+
++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULE_PATH=source/cmake/Modules/ source
+ touch configure-stamp
+
+
+@@ -34,7 +35,7 @@
+ dh_testdir
+
+ # Add here commands to compile the package.
+- $(MAKE)
++ $(MAKE) VERBOSE=1
+ #docbook-to-man debian/opensync-format-plugin-xmlformat.sgml > opensync-format-plugin-xmlformat.1
+
+ touch $@
+@@ -67,10 +68,10 @@
+ binary-arch: build install
+ dh_testdir
+ dh_testroot
+- dh_installchangelogs
+- dh_installdocs
+- dh_installexamples
+-# dh_install
++# dh_installchangelogs
++# dh_installdocs
++# dh_installexamples
++ dh_install --sourcedir=debian/tmp
+ # dh_installmenu
+ # dh_installdebconf
+ # dh_installlogrotate
+@@ -81,7 +82,7 @@
+ # dh_installinit
+ # dh_installcron
+ # dh_installinfo
+- dh_installman
++# dh_installman
+ dh_link
+ dh_strip
+ dh_compress
Modified: trunk/packages/patch/opensync-plugin-gpe.patch
===================================================================
--- trunk/packages/patch/opensync-plugin-gpe.patch 2009-08-26 11:22:11 UTC (rev 289)
+++ trunk/packages/patch/opensync-plugin-gpe.patch 2009-08-26 11:26:53 UTC (rev 290)
@@ -2,35 +2,22 @@
===================================================================
--- source/src/gpe-sync (revision 1)
+++ source/src/gpe-sync (working copy)
-@@ -34,24 +34,17 @@
-
- In this case, the <handheld_ip> and <handheld_port> tags can be used.
-
-- Either customise the <ssh> configuration shown below or remove it and uncomment
-- one of the other sections. Each section is configured to show the default values
-- used if the tags are not specified.
+@@ -55,13 +55,13 @@
+ one of the other sections. Each section is configured to show the default values
+ used if the tags are not specified.
-->
-- <ssh>
-+ <!-- <ssh>
- <handheld_ip>127.0.0.1</handheld_ip>
- <handheld_user>gpeuser</handheld_user>
-- </ssh>
-- <!--
-+ </ssh> -->
- <local>
- </local>
-- -->
-- <!--
-- <remote>
-+ <!-- <remote>
- <handheld_ip>127.0.0.1</handheld_ip>
- <handheld_port>6446</handheld_port>
-- </remote>
-- -->
-+ </remote> -->
-
- <!--
- The <calendar> tag can be used to specify which GPE calendar
+- <Authentication><Username>gpeuser</Username></Authentication>
++ <!-- <Authentication><Username>gpeuser</Username></Authentication>
+ <Connection><ActiveConnection>Network</ActiveConnection>
+ <Network>
+ <Address>127.0.0.1</Address>
+ <Protocol>ssh</Protocol>
+ </Network>
+- </Connection>
++ </Connection> -->
+ <!-- for local access, specify nothing
+ -->
+ <!-- for remote gpesyncd access:
Index: debian/rules
===================================================================
--- debian/rules (revision 1)
Added: trunk/packages/patch/osynctool.patch
===================================================================
--- trunk/packages/patch/osynctool.patch (rev 0)
+++ trunk/packages/patch/osynctool.patch 2009-08-26 11:26:53 UTC (rev 290)
@@ -0,0 +1,45 @@
+Index: debian/rules
+===================================================================
+--- debian/rules (revision 1)
++++ debian/rules (working copy)
+@@ -25,6 +25,7 @@
+ dh_testdir
+ # Add here commands to configure the package.
+
++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULE_PATH=source/cmake/Modules/ source
+ touch configure-stamp
+
+
+@@ -34,7 +35,7 @@
+ dh_testdir
+
+ # Add here commands to compile the package.
+- $(MAKE)
++ $(MAKE) VERBOSE=1
+ #docbook-to-man debian/osynctool.sgml > osynctool.1
+
+ touch $@
+@@ -67,10 +68,10 @@
+ binary-arch: build install
+ dh_testdir
+ dh_testroot
+- dh_installchangelogs
+- dh_installdocs
+- dh_installexamples
+-# dh_install
++# dh_installchangelogs
++# dh_installdocs
++# dh_installexamples
++ dh_install --sourcedir=debian/tmp
+ # dh_installmenu
+ # dh_installdebconf
+ # dh_installlogrotate
+@@ -81,7 +82,7 @@
+ # dh_installinit
+ # dh_installcron
+ # dh_installinfo
+- dh_installman
++# dh_installman
+ dh_link
+ dh_strip
+ dh_compress
More information about the Mud-builder-commits
mailing list