[pkg-fso-commits] [SCM] libframeworkd-phonegui branch, debian, updated. debian/0.1-20081227-1-2-gd5b791f

Sebastian Reichel elektranox at gmail.com
Mon Aug 3 18:11:22 UTC 2009


The following commit has been merged in the debian branch:
commit d5b791fc9968c4bf39be1714a5fd3ced5b5f79f7
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Mon Aug 3 20:10:28 2009 +0200

    provide README.source
     - contains a script, which generates orig.tar.gz

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..d3959c2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+#!/bin/sh
+REV=d39cea7ab6be525b4125b06a44b6ce5df2af3dc1
+VERS=3.0+git20090801
+NAME=libframeworkd-phonegui
+
+DIR=$PWD
+cd /tmp
+git clone http://git.shr-project.org/repo/shr.git shr-${REV}
+cd shr-${REV}
+git archive --format=tar ${REV} ${NAME} | gzip -9 > ${DIR}/${NAME}_${VERS}.orig.tar.gz
+rm -rf shr-${REV}

-- 
libframeworkd-phonegui



More information about the pkg-fso-commits mailing list