[pkg-fso-commits] [SCM] libframeworkd-glib branch, debian, updated. debian/0.1-20081223-1-2-g83698e4

Sebastian Reichel elektranox at gmail.com
Thu Aug 6 13:42:07 UTC 2009


The following commit has been merged in the debian branch:
commit 83698e47c83a1055bc9ccdd001efa1890b5691e6
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Thu Aug 6 15:41:47 2009 +0200

    add README.source file

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0cf8bab
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+#!/bin/sh
+REPO=git://git.freesmartphone.org/libframeworkd-glib.git
+REV=680276e4cddabeb1edd088ddd421f363dd106a50
+VERS=0.1+git20090801
+NAME=libframeworkd-glib
+
+DIR=$PWD
+cd /tmp
+git clone ${REPO} ${NAME}-${REV}
+cd ${NAME}-${REV}
+git archive --format=tar --prefix=${NAME}-${VERS}/ ${REV} > ${NAME}-${VERS}-tmp.tar
+rm -rf ${NAME}-${REV}
+tar xf ${NAME}-${VERS}-tmp.tar
+rm ${NAME}-${VERS}-tmp.tar
+cd ${NAME}-${VERS}
+autoreconf -v --install
+rm -rf autom4te.cache
+cd ..
+tar czf ${DIR}/${NAME}_${VERS}.orig.tar.gz ${NAME}-${VERS}
+rm -rf ${NAME}-${VERS}

-- 
libframeworkd-glib



More information about the pkg-fso-commits mailing list