[pkg-fso-commits] [SCM] libframeworkd-phonegui-efl branch, debian, updated. upstream/0.1-20081227-12-g23df137

Sebastian Reichel elektranox at gmail.com
Mon Sep 14 13:59:10 UTC 2009


The following commit has been merged in the debian branch:
commit 23df1375d61c34a50dc722660aa95c5274c2ad70
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Mon Sep 14 15:57:56 2009 +0200

    * add README.source, which generated an orig.tar.gz from upstream
    * update Debian Standard Version to 3.8.3
    * add myself to copyright
    * update changelog for new version

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..2e2efba
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+#!/bin/sh
+REV=767cc2cd22f5f15c69440018365d41980b1507aa
+REPO=http://git.shr-project.org/repo/shr.git
+VERS=0.1+git20090914
+NAME=libframeworkd-phonegui-efl
+
+DIR=$PWD
+cd /tmp
+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}
diff --git a/debian/changelog b/debian/changelog
index b965915..f5db8de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libframeworkd-phonegui-efl (0.1-20081227-1) UNRELEASED; urgency=low
+libframeworkd-phonegui-efl (0.1-20090914-1) pkg-fso; urgency=low
 
   * Initial release.
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 27 Dec 2008 20:04:56 +0100
+ -- Sebastian Reichel <elektranox at gmail.com>  Mon, 14 Sep 2009 15:45:00 +0200
diff --git a/debian/control b/debian/control
index 927443e..cbed21c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,23 @@ Section: libdevel
 Priority: extra
 Maintainer: Debian FreeSmartphone.Org Team <pkg-fso-maint at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>, Luca Capello <luca at pca.it>, Sebastian Reichel <elektranox at gmail.com>
-Build-Depends: debhelper (>= 7), libglib2.0-dev, libframeworkd-glib-dev, libevas-dev,  libecore-dev, libedje-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7),
+               libglib2.0-dev,
+               libframeworkd-glib-dev,
+               libevas-dev,
+               libecore-dev,
+               libedje-dev,
+               libelementary-dev,
+               libetk-dev
+Standards-Version: 3.8.3
 Homepage: http://shr-project.org
 Vcs-Git: git://git.debian.org/git/pkg-fso/libframeworkd-phonegui-efl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-fso/libframeworkd-phonegui-efl.git;a=summary
 
 Package: libframeworkd-phonegui-efl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Provides: libframeworkd-phonegui-implementation
 Description: Common GUI for phone widgets
  This package contains the efl implementation of libframeworkd-phonegui.
@@ -21,7 +29,9 @@ Description: Common GUI for phone widgets
 
 Package: libframeworkd-phonegui-efl-dev
 Architecture: any
-Depends: libframeworkd-phonegui-efl (= ${binary:Version}), libglib2.0-dev, libframeworkd-glib-dev
+Depends: libframeworkd-phonegui-efl (= ${binary:Version}),
+         libglib2.0-dev,
+         libframeworkd-glib-dev
 Description: Common GUI for phone widgets (development headers)
  This package contains the development files for the efl implementation of
  libframeworkd-phonegui.
diff --git a/debian/copyright b/debian/copyright
index 2748b29..fe00e26 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,14 @@
 This package was debianized by Joachim Breitner <nomeata at debian.org> on
 Sat, 22 Nov 2008 01:50:05 +0100
 
-It was downloaded from http://shr.bearstech.com/git/?p=shr.git;a=summary
+It was downloaded from http://git.shr-project.org/git/?p=shr.git;a=summary
 
 The following copyrights apply to the libframeworkd-phonegui-efl sourcecode:
  * Copyright © 2008 quickdev
 
 For the Debian packaging:
  * Copyright © 2008 Joachim Breitner <nomeata at debian.org>
+ * Copyright © 2009 Sebastian reichel <elektranox at gmail.com>
 
 The libframeworkd-phonegui source and the Debian package are distributed under the
 following license:

-- 
libframeworkd-phonegui-efl



More information about the pkg-fso-commits mailing list