r12168 - in /packages/unstable/update-notifier/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Jul 31 14:55:57 UTC 2007


Author: lool
Date: Tue Jul 31 14:55:56 2007
New Revision: 12168

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12168
Log:
* Use ubuntu-get-source instead of gnome-get-source; build-dep on
  gnome-pkg-tools >= 0.12.3.

Modified:
    packages/unstable/update-notifier/debian/changelog
    packages/unstable/update-notifier/debian/control
    packages/unstable/update-notifier/debian/control.in
    packages/unstable/update-notifier/debian/rules

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=12168&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Tue Jul 31 14:55:56 2007
@@ -1,8 +1,13 @@
 update-notifier (0.57.3-2) UNRELEASED; urgency=low
 
+  [ Gustavo Noronha Silva ]
   * Fix Uploaders field syntax (Closes: #431667)
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 07 Jul 2007 13:52:03 -0300
+  [ Loic Minier ]
+  * Use ubuntu-get-source instead of gnome-get-source; build-dep on
+    gnome-pkg-tools >= 0.12.3.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 31 Jul 2007 16:49:28 +0200
 
 update-notifier (0.57.3-1) unstable; urgency=low
 

Modified: packages/unstable/update-notifier/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/control?rev=12168&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/control (original)
+++ packages/unstable/update-notifier/debian/control Tue Jul 31 14:55:56 2007
@@ -2,10 +2,10 @@
 Section: gnome
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Uploaders: Alan Baghumain <alan at technotux.com>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Alan Baghumain <alan at technotux.com>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: cdbs,
                debhelper (>= 4.1.0),
-               gnome-pkg-tools,
+               gnome-pkg-tools (>= 0.12.3),
                libgtk2.0-dev,
                libgnomeui-dev,
                libglade2-dev,

Modified: packages/unstable/update-notifier/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/control.in?rev=12168&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/control.in (original)
+++ packages/unstable/update-notifier/debian/control.in Tue Jul 31 14:55:56 2007
@@ -5,7 +5,7 @@
 Uploaders: Alan Baghumain <alan at technotux.com>, @GNOME_TEAM@
 Build-Depends: cdbs,
                debhelper (>= 4.1.0),
-               gnome-pkg-tools,
+               gnome-pkg-tools (>= 0.12.3),
                libgtk2.0-dev,
                libgnomeui-dev,
                libglade2-dev,

Modified: packages/unstable/update-notifier/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/rules?rev=12168&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/rules (original)
+++ packages/unstable/update-notifier/debian/rules Tue Jul 31 14:55:56 2007
@@ -1,12 +1,10 @@
 #!/usr/bin/make -f
-
-GNOME_DOWNLOAD_URL = http://archive.ubuntu.com/ubuntu/pool/main/u/update-notifier/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).tar.gz
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-pkg-manager="/usr/bin/update-manager"
 




More information about the pkg-gnome-commits mailing list