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

Sebastian Reichel elektranox at gmail.com
Thu Aug 6 17:01:35 UTC 2009


The following commit has been merged in the debian branch:
commit bcb5b7e826cebaed140ef02731576ccdc3fab480
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Thu Aug 6 19:00:02 2009 +0200

    generate configure file in README.source

diff --git a/debian/README.source b/debian/README.source
index 0363b42..252bdbb 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,11 +1,20 @@
 #!/bin/sh
 REV=d39cea7ab6be525b4125b06a44b6ce5df2af3dc1
-VERS=0.1+git20090801
+REPO=http://git.shr-project.org/repo/shr.git
+VERS=0.1+git20090802
 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}
+git clone ${REPO} ${NAME}-${REV}
+cd ${NAME}-${REV}
+git archive --format=tar --prefix=${NAME}-${VERS}/ ${REV}:${NAME} > ${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-phonegui



More information about the pkg-fso-commits mailing list