r15500 - in /desktop/unstable/gnome-mag/debian: changelog control control.in gnome-mag.install patches/70_relibtoolize.patch rules

ember-guest at users.alioth.debian.org ember-guest at users.alioth.debian.org
Sun Apr 6 21:59:28 UTC 2008


Author: ember-guest
Date: Sun Apr  6 21:59:27 2008
New Revision: 15500

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15500
Log:
* New upstream bugfix release
  - 70_relibtoolize.patch: removed, we don't need this for this release
  - debian/gnome-mag.install: updated
  - debian/rules: Bump shlibs to 0.15.0
* debian/rules, debian/control.in:
  -  call intltool-update -p: taken from Ubuntu
* Drop Debian revisions in build-deps

Removed:
    desktop/unstable/gnome-mag/debian/patches/70_relibtoolize.patch
Modified:
    desktop/unstable/gnome-mag/debian/changelog
    desktop/unstable/gnome-mag/debian/control
    desktop/unstable/gnome-mag/debian/control.in
    desktop/unstable/gnome-mag/debian/gnome-mag.install
    desktop/unstable/gnome-mag/debian/rules

Modified: desktop/unstable/gnome-mag/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/changelog?rev=15500&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/changelog (original)
+++ desktop/unstable/gnome-mag/debian/changelog Sun Apr  6 21:59:27 2008
@@ -1,3 +1,15 @@
+gnome-mag (1:0.15.0-1) UNRELEASED; urgency=low
+
+  * New upstream bugfix release
+    - 70_relibtoolize.patch: removed, we don't need this for this release
+    - debian/gnome-mag.install: updated
+    - debian/rules: Bump shlibs to 0.15.0
+  * debian/rules, debian/control.in:
+    -  call intltool-update -p: taken from Ubuntu
+  * Drop Debian revisions in build-deps
+
+ -- Pedro Fragoso <emberez at gmail.com>  Sun, 06 Apr 2008 20:15:53 +0100
+
 gnome-mag (1:0.14.10-4) unstable; urgency=low
 
   * Don't hardcode the Python version.

Modified: desktop/unstable/gnome-mag/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control?rev=15500&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control (original)
+++ desktop/unstable/gnome-mag/debian/control Sun Apr  6 21:59:27 2008
@@ -5,12 +5,12 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Mario Lang <mlang at debian.org>
 Build-Depends: cdbs (>= 0.4.43),
                debhelper (>= 5.0.37.2),
-               libpanel-applet2-dev (>= 2.2.0-1),
-               libgnome2-dev (>= 2.2.0-1),
+               libpanel-applet2-dev (>= 2.2.0),
+               libgnome2-dev (>= 2.2.0),
                libgnome-desktop-dev,
-               libgtk2.0-dev (>= 2.2.1-1),
-               libgnomeui-dev (>= 2.2.0.1-2),
-               libgnomevfs2-dev (>= 2.0.4-1),
+               libgtk2.0-dev (>= 2.2.1),
+               libgnomeui-dev (>= 2.2.0.1),
+               libgnomevfs2-dev (>= 2.0.4),
                libatspi-dev (>= 1.6.0),
                libxml-parser-perl,
                libxtst-dev,
@@ -23,6 +23,7 @@
                libbonobo2-dev (>= 1.107.0),
                autotools-dev,
                dpkg-dev (>= 1.13.19),
+               intltool,
                libx11-dev,
                libxext-dev,
                x11proto-xext-dev,

Modified: desktop/unstable/gnome-mag/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control.in?rev=15500&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control.in (original)
+++ desktop/unstable/gnome-mag/debian/control.in Sun Apr  6 21:59:27 2008
@@ -5,12 +5,12 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.43),
                debhelper (>= 5.0.37.2),
-               libpanel-applet2-dev (>= 2.2.0-1),
-               libgnome2-dev (>= 2.2.0-1),
+               libpanel-applet2-dev (>= 2.2.0),
+               libgnome2-dev (>= 2.2.0),
                libgnome-desktop-dev,
-               libgtk2.0-dev (>= 2.2.1-1),
-               libgnomeui-dev (>= 2.2.0.1-2),
-               libgnomevfs2-dev (>= 2.0.4-1),
+               libgtk2.0-dev (>= 2.2.1),
+               libgnomeui-dev (>= 2.2.0.1),
+               libgnomevfs2-dev (>= 2.0.4),
                libatspi-dev (>= 1.6.0),
                libxml-parser-perl,
                libxtst-dev,
@@ -23,6 +23,7 @@
                libbonobo2-dev (>= 1.107.0),
                autotools-dev,
                dpkg-dev (>= 1.13.19),
+               intltool,
                libx11-dev,
                libxext-dev,
                x11proto-xext-dev,

Modified: desktop/unstable/gnome-mag/debian/gnome-mag.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/gnome-mag.install?rev=15500&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/gnome-mag.install (original)
+++ desktop/unstable/gnome-mag/debian/gnome-mag.install Sun Apr  6 21:59:27 2008
@@ -23,3 +23,4 @@
 debian/tmp/usr/lib/python*/site-packages/colorblind/keybinder/*
 debian/tmp/usr/lib/python*/site-packages/colorblind/osutils/*
 debian/tmp/usr/share/locale/*
+debian/tmp/usr/share/doc/*

Modified: desktop/unstable/gnome-mag/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/rules?rev=15500&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/rules (original)
+++ desktop/unstable/gnome-mag/debian/rules Sun Apr  6 21:59:27 2008
@@ -13,11 +13,14 @@
 # This ensures the gnome-mag package is built after libgnome-mag
 binary-gnome-mag :: binary-$(libgnome-magN)
 
-DEB_DH_MAKESHLIBS_ARGS_$(libgnome-magN) += -V '$(libgnome-magN) (>= 1:0.14.0)'
+DEB_DH_MAKESHLIBS_ARGS_$(libgnome-magN) += -V '$(libgnome-magN) (>= 1:0.15.0)'
 
 DEB_SHLIBDEPS_LIBRARY_gnome-mag := $(libgnome-magN)
 DEB_SHLIBDEPS_INCLUDE_gnome-mag += debian/$(libgnome-magN)/usr/lib/
 
+configure/gnome-mag::
+	cd po; intltool-update -p
+
 binary-install/gnome-mag::
 	dh_pysupport -p$(cdbs_curpkg)
 




More information about the pkg-gnome-commits mailing list