r23562 - in /desktop/unstable/devhelp/debian: changelog control control.in rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Apr 5 17:35:48 UTC 2010


Author: pochu
Date: Mon Apr  5 17:35:44 2010
New Revision: 23562

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23562
Log:
* New upstream release.
  - Add fullscreen mode. Closes: #491981.
  - Expanding items in the sidebar no longer expands the first one.
    Closes: #551473.
  - debian/rules:
    + Bump shlibs version for the new API.
* debian/control.in,
  debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).

Added:
    desktop/unstable/devhelp/debian/source/
    desktop/unstable/devhelp/debian/source/format
Modified:
    desktop/unstable/devhelp/debian/changelog
    desktop/unstable/devhelp/debian/control
    desktop/unstable/devhelp/debian/control.in
    desktop/unstable/devhelp/debian/rules

Modified: desktop/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/changelog?rev=23562&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/changelog [utf-8] (original)
+++ desktop/unstable/devhelp/debian/changelog [utf-8] Mon Apr  5 17:35:44 2010
@@ -1,8 +1,18 @@
-devhelp (2.28.1-2) UNRELEASED; urgency=low
-
+devhelp (2.30.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - Add fullscreen mode. Closes: #491981.
+    - Expanding items in the sidebar no longer expands the first one.
+      Closes: #551473.
+    - debian/rules:
+      + Bump shlibs version for the new API.
   * debian/watch: Only track stable releases.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 15 Nov 2009 22:14:09 +0100
+  * debian/control.in,
+    debian/rules,
+    debian/source/format:
+    - Switch to source format 3.0 (quilt).
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 05 Apr 2010 19:35:27 +0200
 
 devhelp (2.28.1-1) unstable; urgency=low
 

Modified: desktop/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control?rev=23562&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control [utf-8] (original)
+++ desktop/unstable/devhelp/debian/control [utf-8] Mon Apr  5 17:35:44 2010
@@ -1,11 +1,15 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: devhelp
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andrea Veri <andrea.veri89 at gmail.com>, Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Loïc Minier <lool at dooz.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Loïc Minier <lool at dooz.org>
 Homepage: http://live.gnome.org/devhelp
 Build-Depends: cdbs,
-               quilt,
                debhelper (>= 5),
                intltool,
                libgtk2.0-dev (>= 2.14.7),
@@ -20,7 +24,7 @@
                python-dev,
                python-support (>= 0.3),
                libunique-dev (>= 1.1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: libdevhelp-1-1
 Section: libs

Modified: desktop/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control.in?rev=23562&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control.in [utf-8] (original)
+++ desktop/unstable/devhelp/debian/control.in [utf-8] Mon Apr  5 17:35:44 2010
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Homepage: http://live.gnome.org/devhelp
 Build-Depends: cdbs,
-               quilt,
                debhelper (>= 5),
                intltool,
                libgtk2.0-dev (>= 2.14.7),
@@ -20,7 +19,7 @@
                python-dev,
                python-support (>= 0.3),
                libunique-dev (>= 1.1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: libdevhelp-1-1
 Section: libs

Modified: desktop/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/rules?rev=23562&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/rules [utf-8] (original)
+++ desktop/unstable/devhelp/debian/rules [utf-8] Mon Apr  5 17:35:44 2010
@@ -3,14 +3,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 libdevhelp-1-N := $(shell sed -rn 's/^Package:[[:space:]]*(libdevhelp-1-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libdevhelp-1-N) (>= 2.27.92)'
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libdevhelp-1-N) (>= 2.30)'
 
 X_TOOLS += misc/devhelp.vim \
 	misc/html2funcs.py \

Added: desktop/unstable/devhelp/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/source/format?rev=23562&op=file
==============================================================================
--- desktop/unstable/devhelp/debian/source/format (added)
+++ desktop/unstable/devhelp/debian/source/format [utf-8] Mon Apr  5 17:35:44 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list