[pkg-fso-commits] [SCM] shr-dialer branch, debian, updated. upstream/3.0-20081227-5-ga3fd797

Sebastian Reichel elektranox at gmail.com
Mon Sep 14 23:52:50 UTC 2009


The following commit has been merged in the debian branch:
commit a3fd797d021ef423d819787692e106395f5203b4
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Tue Sep 15 01:45:56 2009 +0200

    * prepare for release

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a724b0b
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,23 @@
+#!/bin/sh
+REV=767cc2cd22f5f15c69440018365d41980b1507aa
+REPO=http://git.shr-project.org/repo/shr.git
+VERS=3.0+git20090914
+NAME=shr-dialer
+
+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
+cp shr-theme/icons/86x86/apps/${NAME}.png ..
+cd ..
+rm -rf ${NAME}-${REV}
+tar xf ${NAME}-${VERS}-tmp.tar
+rm ${NAME}-${VERS}-tmp.tar
+mv ${NAME}.png ${NAME}-${VERS}/data
+cd ${NAME}-${VERS}
+autoreconf -v --install --force
+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 ba1e6f1..7f5792f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-shr-dialer (3.0+git20081227-1) UNRELEASED; urgency=low
+shr-dialer (3.0+git20090914-1) pkg-fso; urgency=low
 
   * Inital release
 
- -- Joachim Breitner <nomeata at debian.org>  Thu, 11 Sep 2008 22:39:52 +0200
+ -- Sebastian Reichel <elektranox at gmail.com>  Mon, 14 Sep 2009 21:05:00 +0200
diff --git a/debian/control b/debian/control
index f1a3877..74d0e5f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,21 @@ Section: misc
 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), libframeworkd-phonegui-dev, libglib2.0-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7),
+               cdbs,
+               libframeworkd-phonegui-dev,
+               libglib2.0-dev
+Standards-Version: 3.8.3
 Homepage: http://shr-project.org
 Vcs-Git: git://git.debian.org/git/pkg-fso/shr-dialer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-fso/shr-dialer.git;a=summary
 
 Package: shr-dialer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, fso-frameworkd, ophonekitd
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         fso-frameworkd,
+         ophonekitd
 Description: simple dialer using the freesmartphone.org architecture
  shr-dialer is a simple dialer program from the SHR project, which
- uses the dbus daemons specified by freesmartphone.org.
+ uses the D-Bus daemons specified by freesmartphone.org.
diff --git a/debian/patches/clean-desktop-file.patch b/debian/patches/clean-desktop-file.patch
new file mode 100644
index 0000000..f8395c8
--- /dev/null
+++ b/debian/patches/clean-desktop-file.patch
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' shr-dialer-0.3+git20090914/data/shr-dialer.desktop shr-dialer-0.3+git20090914.new/data/shr-dialer.desktop
+--- shr-dialer-0.3+git20090914/data/shr-dialer.desktop	2009-09-14 21:14:32.000000000 +0200
++++ shr-dialer-0.3+git20090914.new/data/shr-dialer.desktop	2009-09-14 21:22:15.000000000 +0200
+@@ -8,7 +8,7 @@
+ Icon=shr-dialer
+ Terminal=false
+ Type=Application
+-Categories=Application;PIM;Office;Bar;
++Categories=Application;Office;
+ MimeType=text/x-vcard;
+ X-MB-SingleInstance=true
+ StartupNotify=true
diff --git a/debian/rules b/debian/rules
index 4f2c774..efd410a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
-%:
-	dh $@
-
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
diff --git a/debian/shr-dialer.install b/debian/shr-dialer.install
new file mode 100644
index 0000000..b6d1fe4
--- /dev/null
+++ b/debian/shr-dialer.install
@@ -0,0 +1 @@
+data/shr-dialer.png usr/share/pixmaps

-- 
shr-dialer



More information about the pkg-fso-commits mailing list