r26138 - in /desktop/experimental/gnome-doc-utils/debian: changelog control control.in patches/ pycompat rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Jan 6 01:01:57 UTC 2011


Author: pochu
Date: Thu Jan  6 01:01:56 2011
New Revision: 26138

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26138
Log:
* New upstream release.
* debian/patches/20_distcleanfiles.patch:
  - Removed, it seems totally useless.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Build depend on python, not on python-dev.
  - Standards-Version is 3.9.1, no changes needed.

Added:
    desktop/experimental/gnome-doc-utils/debian/source/
    desktop/experimental/gnome-doc-utils/debian/source/format
Removed:
    desktop/experimental/gnome-doc-utils/debian/patches/
    desktop/experimental/gnome-doc-utils/debian/pycompat
Modified:
    desktop/experimental/gnome-doc-utils/debian/changelog
    desktop/experimental/gnome-doc-utils/debian/control
    desktop/experimental/gnome-doc-utils/debian/control.in
    desktop/experimental/gnome-doc-utils/debian/rules

Modified: desktop/experimental/gnome-doc-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-doc-utils/debian/changelog?rev=26138&op=diff
==============================================================================
--- desktop/experimental/gnome-doc-utils/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-doc-utils/debian/changelog [utf-8] Thu Jan  6 01:01:56 2011
@@ -1,3 +1,17 @@
+gnome-doc-utils (0.20.3-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/patches/20_distcleanfiles.patch:
+    - Removed, it seems totally useless.
+  * debian/rules,
+    debian/source/format:
+    - Switch to source format 3.0 (quilt).
+  * debian/control.in:
+    - Build depend on python, not on python-dev.
+    - Standards-Version is 3.9.1, no changes needed.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 06 Jan 2011 01:00:58 +0000
+
 gnome-doc-utils (0.20.1-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/experimental/gnome-doc-utils/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-doc-utils/debian/control?rev=26138&op=diff
==============================================================================
--- desktop/experimental/gnome-doc-utils/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-doc-utils/debian/control [utf-8] Thu Jan  6 01:01:56 2011
@@ -14,14 +14,14 @@
 Build-Depends-Indep: libxml2-dev (>= 2.6.12),
                      libxslt1-dev (>= 1.1.8),
                      intltool (>= 0.35.0),
-                     python-dev,
+                     python,
                      xsltproc,
                      libxml2-utils,
                      pkg-config,
                      python-support (>= 0.3),
                      python-libxml2,
                      scrollkeeper
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 XS-Python-Version: >= 2.4
 
 Package: gnome-doc-utils

Modified: desktop/experimental/gnome-doc-utils/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-doc-utils/debian/control.in?rev=26138&op=diff
==============================================================================
--- desktop/experimental/gnome-doc-utils/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-doc-utils/debian/control.in [utf-8] Thu Jan  6 01:01:56 2011
@@ -9,14 +9,14 @@
 Build-Depends-Indep: libxml2-dev (>= 2.6.12),
                      libxslt1-dev (>= 1.1.8),
                      intltool (>= 0.35.0),
-                     python-dev,
+                     python,
                      xsltproc,
                      libxml2-utils,
                      pkg-config,
                      python-support (>= 0.3),
                      python-libxml2,
                      scrollkeeper
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 XS-Python-Version: >= 2.4
 
 Package: gnome-doc-utils

Modified: desktop/experimental/gnome-doc-utils/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-doc-utils/debian/rules?rev=26138&op=diff
==============================================================================
--- desktop/experimental/gnome-doc-utils/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-doc-utils/debian/rules [utf-8] Thu Jan  6 01:01:56 2011
@@ -2,10 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.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
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 

Added: desktop/experimental/gnome-doc-utils/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-doc-utils/debian/source/format?rev=26138&op=file
==============================================================================
--- desktop/experimental/gnome-doc-utils/debian/source/format (added)
+++ desktop/experimental/gnome-doc-utils/debian/source/format [utf-8] Thu Jan  6 01:01:56 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list