[Mud-builder-commits] r332 - in trunk/packages: . patch

gcobb at garage.maemo.org gcobb at garage.maemo.org
Mon Oct 12 23:55:19 EEST 2009


Author: gcobb
Date: 2009-10-12 23:55:16 +0300 (Mon, 12 Oct 2009)
New Revision: 332

Added:
   trunk/packages/mhash.xml
   trunk/packages/patch/proxytunnel.patch
   trunk/packages/proxytunnel.xml
Log:
Package proxytunnel

Added: trunk/packages/mhash.xml
===================================================================
--- trunk/packages/mhash.xml	                        (rev 0)
+++ trunk/packages/mhash.xml	2009-10-12 20:55:16 UTC (rev 332)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="debian">
+  <depends>autotools-dev, devscripts</depends>
+ </fetch>
+  <build>
+  </build>
+  <deb optify="1" prefix-section="0">
+    <version>mhash-0.9.9+maemo-1</version>
+    <maintainer>Graham Cobb &lt;g+770 at cobb.uk.net&gt;</maintainer>
+    <!--<description>libaudiofile for Maemo Fremantle\nThis is a version of libaudiofile to support the Fremantle port of libesd</description>-->
+  </deb>
+</package>

Added: trunk/packages/patch/proxytunnel.patch
===================================================================
--- trunk/packages/patch/proxytunnel.patch	                        (rev 0)
+++ trunk/packages/patch/proxytunnel.patch	2009-10-12 20:55:16 UTC (rev 332)
@@ -0,0 +1,39 @@
+Index: debian/rules
+===================================================================
+--- debian/rules	(revision 1)
++++ debian/rules	(working copy)
+@@ -46,7 +46,7 @@
+ install: build
+ 	dh_testdir
+ 	dh_testroot
+-	dh_prep
++	dh_clean -k
+ 	dh_installdirs
+ 
+ 	# Add here commands to install the package into debian/proxytunnel.
+@@ -62,7 +62,7 @@
+ 	dh_testdir
+ 	dh_testroot
+ #	dh_installdebconf	
+-	dh_installdocs
++#	dh_installdocs
+ #	dh_installexamples
+ #	dh_installmenu
+ #	dh_installlogrotate
+@@ -74,7 +74,7 @@
+ #	dh_installman
+ #	dh_installinfo
+ #	dh_undocumented
+-	dh_installchangelogs CHANGES
++#	dh_installchangelogs CHANGES
+ 	dh_link
+ 	dh_strip
+ 	dh_compress
+@@ -84,6 +84,7 @@
+ #	dh_perl
+ 	dh_shlibdeps
+ 	dh_gencontrol
++	if which maemo-optify >/dev/null ; then maemo-optify ; fi
+ 	dh_md5sums
+ 	dh_builddeb
+ 

Added: trunk/packages/proxytunnel.xml
===================================================================
--- trunk/packages/proxytunnel.xml	                        (rev 0)
+++ trunk/packages/proxytunnel.xml	2009-10-12 20:55:16 UTC (rev 332)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="debian">
+    <depends>mhash, libgnutls-dev</depends>
+  </fetch>
+  <build>
+  </build>
+  <deb optify="1">
+  <section>user/system</section>
+    <version>1.9.0-2+maemo-1</version>
+    <maintainer>Graham Cobb &lt;g+770 at cobb.uk.net&gt;</maintainer>
+  </deb>
+</package>



More information about the Mud-builder-commits mailing list