[Pkg-xfce-commits] r3553 - in goodies/trunk/libindicator: . debian

Evgeni Golov evgeni at alioth.debian.org
Wed Oct 7 08:43:33 UTC 2009


Author: evgeni
Date: 2009-10-07 08:43:33 +0000 (Wed, 07 Oct 2009)
New Revision: 3553

Added:
   goodies/trunk/libindicator/autogen.sh
   goodies/trunk/libindicator/debian/
   goodies/trunk/libindicator/debian/changelog
   goodies/trunk/libindicator/debian/compat
   goodies/trunk/libindicator/debian/control
   goodies/trunk/libindicator/debian/copyright
   goodies/trunk/libindicator/debian/rules
   goodies/trunk/libindicator/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk

Added: goodies/trunk/libindicator/autogen.sh
===================================================================
--- goodies/trunk/libindicator/autogen.sh	                        (rev 0)
+++ goodies/trunk/libindicator/autogen.sh	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+PKG_NAME="libindicator"
+
+which gnome-autogen.sh || {
+	echo "You need gnome-common from GNOME SVN"
+	exit 1
+}
+
+USE_GNOME2_MACROS=1 \
+gnome-autogen.sh


Property changes on: goodies/trunk/libindicator/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: goodies/trunk/libindicator/debian/changelog
===================================================================
--- goodies/trunk/libindicator/debian/changelog	                        (rev 0)
+++ goodies/trunk/libindicator/debian/changelog	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,54 @@
+libindicator (0.2.0-1) karmic; urgency=low
+
+  * Merge Ubuntu package into Debian.                          closes: #549999
+  * debian/copyright:
+    + Update to machine readable format.
+  * debian/control:
+    + Set pkg-xfce as maintainer.
+    + Drop cdbs Build-Dep, bump debhelper to >=7.
+    + Standards-Version 3.8.3.
+    + Update Vcs-* fields.
+    + Drop GNOME from Description, the package is not GNOME specific.
+  * debian/rules:
+    + Use minimal debhelper 7 rules without cdbs.
+
+ -- Evgeni Golov <evgeni at debian.org>  Wed, 07 Oct 2009 10:30:01 +0200
+
+libindicator (0.2.0-0ubuntu1) karmic; urgency=low
+
+  * Upstream release 0.2.0 (LP: #427443):
+    - Use silent automake mode.
+    - Tag for final release.
+
+ -- Ted Gould <ted at ubuntu.com>  Thu, 10 Sep 2009 20:22:45 +0200
+
+libindicator (0.2.0~bzr325-0ubuntu1) karmic; urgency=low
+
+  [ Ted Gould ]
+  * New version (LP: #417039)
+  * Merging in the seperation from indicator-applet
+  * debian/* Removing all of the indicator-applet stuff
+  * Setting the icon path in the .pc file.
+  * Merging onto the main packaging branch.
+  * Renaming the second Bonobo server description file to match that
+    of the FastUserSwitchApplet.
+  * Upstream merge for better naming of the applet.
+  * Updating from upstream with two (count them) two applets
+    installed in the source.
+  * debian/control: Adding information on indicator-applet-sus which
+    is a different applet for the SUS indicator.
+  * debian/indicator-applet.install: Making it more specific so that
+    it doesn't grab the directories that now have additional files
+    created by indicator-applet-sus existing.
+  * debian/indicator-applet-sus.install: List files that are now
+    used by the new binary package.
+
+  [ Ken VanDine ]
+  * debian/control:
+    - Set both Vcs-Bzr and Vcs-Bzr-Browser, with ~ubuntu-desktop 
+
+  [ Martin Pitt ]
+  * Flush changelog.
+  * debian/control: Fix Vcs-* links.
+
+ -- Ken VanDine <ken.vandine at canonical.com>  Tue, 25 Aug 2009 08:35:00 +0200

Added: goodies/trunk/libindicator/debian/compat
===================================================================
--- goodies/trunk/libindicator/debian/compat	                        (rev 0)
+++ goodies/trunk/libindicator/debian/compat	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1 @@
+5

Added: goodies/trunk/libindicator/debian/control
===================================================================
--- goodies/trunk/libindicator/debian/control	                        (rev 0)
+++ goodies/trunk/libindicator/debian/control	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,25 @@
+Source: libindicator
+Section: libs
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, 
+ Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, 
+ Evgeni Golov <evgeni at debian.org>
+Build-Depends: debhelper (>= 7), libtool
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/libindicator
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/libindicator/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/libindicator/
+
+Package: libindicator-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libgtk2.0-dev (>= 2.12.0)
+Description: panel indicator applet - shared library
+ This library contains information to build indicators to go into
+ the indicator applet.
+ .
+ This package contains files that are needed to build applications.
+

Added: goodies/trunk/libindicator/debian/copyright
===================================================================
--- goodies/trunk/libindicator/debian/copyright	                        (rev 0)
+++ goodies/trunk/libindicator/debian/copyright	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,17 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: libindicator
+Maintainer: Ted Gould <ted at canonical.com>
+Source: https://launchpad.net/libindicator
+
+Files: *
+Copyright: 2009 Ted Gould <ted at canonical.com>, Canonical Ltd.
+License: GPL-3
+
+Files: debian/*
+Copyright: 2009 Evgeni Golov <evgeni at debian.org>
+Copyright: 2009 Ted Gould <ted at canonical.com>, Canonical Ltd.
+License: GPL-3
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Added: goodies/trunk/libindicator/debian/rules
===================================================================
--- goodies/trunk/libindicator/debian/rules	                        (rev 0)
+++ goodies/trunk/libindicator/debian/rules	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
+%:
+	dh  $@


Property changes on: goodies/trunk/libindicator/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: goodies/trunk/libindicator/debian/watch
===================================================================
--- goodies/trunk/libindicator/debian/watch	                        (rev 0)
+++ goodies/trunk/libindicator/debian/watch	2009-10-07 08:43:33 UTC (rev 3553)
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz




More information about the Pkg-xfce-commits mailing list