[Pkg-cli-apps-commits] r4064 - in /packages/giver/trunk/debian: changelog control copyright menu rules
iulian-guest at users.alioth.debian.org
iulian-guest at users.alioth.debian.org
Tue Jul 8 13:00:27 UTC 2008
Author: iulian-guest
Date: Tue Jul 8 13:00:26 2008
New Revision: 4064
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4064
Log: (empty)
Modified:
packages/giver/trunk/debian/changelog
packages/giver/trunk/debian/control
packages/giver/trunk/debian/copyright
packages/giver/trunk/debian/menu
packages/giver/trunk/debian/rules
Modified: packages/giver/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/changelog?rev=4064&op=diff
==============================================================================
--- packages/giver/trunk/debian/changelog (original)
+++ packages/giver/trunk/debian/changelog Tue Jul 8 13:00:26 2008
@@ -1,3 +1,15 @@
+giver (0.1.8-2) unstable; urgency=low
+
+ * Add Giver.exe.config to debian/
+ * debian/rules:
+ - cp Giver.exe.config in the right place (Closes: #489752)
+ * debian/control:
+ - Add dpatch to B-D
+ * Create debian/patches/giver.desktop.in.dpatch to fix the
+ desktop file.
+
+ -- Iulian Udrea <iulian at ubuntu.com> Tue, 08 Jul 2008 13:26:26 +0100
+
giver (0.1.8-1) unstable; urgency=low
* Initial release (Closes: #474250)
Modified: packages/giver/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/control?rev=4064&op=diff
==============================================================================
--- packages/giver/trunk/debian/control (original)
+++ packages/giver/trunk/debian/control Tue Jul 8 13:00:26 2008
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Iulian Udrea <iulian at ubuntu.com>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6), dpatch
Build-Depends-Indep: autotools-dev, intltool (>= 0.37.1), mono-gmcs (>= 1.2.6), cli-common-dev (>= 0.4.4), pkg-config (>= 0.22), libavahi1.0-cil (>= 0.6.19), libmono-cairo2.0-cil (>= 1.2.6), libgtk2.0-dev (>= 2.12.9), libglib2.0-dev (>= 2.16.3), libgnome2.0-cil (>= 2.20.0), perl (>= 5.8.8), libnotify0.4-cil
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/giver/
Modified: packages/giver/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/copyright?rev=4064&op=diff
==============================================================================
--- packages/giver/trunk/debian/copyright (original)
+++ packages/giver/trunk/debian/copyright Tue Jul 8 13:00:26 2008
@@ -1,7 +1,7 @@
This package was debianized by Iulian Udrea <iulian at ubuntu.com> on
Tue, 01 Jul 2008 19:49:58 +0100.
-It was downloaded from <http://code.google.com/p/giver/>
+It was downloaded from http://code.google.com/p/giver/
Upstream Authors:
Modified: packages/giver/trunk/debian/menu
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/menu?rev=4064&op=diff
==============================================================================
--- packages/giver/trunk/debian/menu (original)
+++ packages/giver/trunk/debian/menu Tue Jul 8 13:00:26 2008
@@ -1,3 +1,3 @@
-?package(giver):needs="X11" section="Applications/Network/FileTransfer" \
+?package(giver):needs="X11" section="Applications/Network" \
icon="/usr/share/pixmaps/giver.xpm" \
title="giver" command="/usr/bin/giver"
Modified: packages/giver/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/rules?rev=4064&op=diff
==============================================================================
--- packages/giver/trunk/debian/rules (original)
+++ packages/giver/trunk/debian/rules Tue Jul 8 13:00:26 2008
@@ -14,10 +14,11 @@
endif
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+include /usr/share/dpatch/dpatch.make
build: build-stamp
-build-stamp: config.status
+build-stamp: config.status patch-stamp
dh_testdir
$(MAKE)
@@ -25,7 +26,8 @@
touch $@
pod2man --section=1 --release="" --center "" debian/giver.pod > debian/giver.1
-clean:
+clean: clean1 unpatch
+clean1:
dh_testdir
dh_testroot
rm -f build-stamp
@@ -47,6 +49,7 @@
chmod -x debian/giver/usr/share/giver/sounds/notify.wav
dh_install debian/giver.xpm /usr/share/pixmaps
rm debian/giver/usr/bin/givere
+ cp debian/Giver.exe.config debian/giver/usr/lib/giver/
binary-indep: build install
dh_testdir
More information about the Pkg-cli-apps-commits
mailing list