r13545 - in /desktop/unstable/scrollkeeper/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 23 14:43:55 UTC 2007


Author: lool
Date: Fri Nov 23 14:43:55 2007
New Revision: 13545

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13545
Log:
* Wrap build-deps and deps.

Modified:
    desktop/unstable/scrollkeeper/debian/changelog
    desktop/unstable/scrollkeeper/debian/control
    desktop/unstable/scrollkeeper/debian/control.in

Modified: desktop/unstable/scrollkeeper/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/changelog?rev=13545&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/changelog (original)
+++ desktop/unstable/scrollkeeper/debian/changelog Fri Nov 23 14:43:55 2007
@@ -1,4 +1,4 @@
-scrollkeeper (0.3.14-15) UNRELEASED; urgency=low
+scrollkeeper (0.3.14-15) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Set maintainer to the GNOME team.
@@ -8,7 +8,10 @@
   * Update compatability level to 5.
   * Add missing build dependancy of xml-core using ${misc:Depends}.
 
- -- Josselin Mouette <joss at debian.org>  Mon, 12 Nov 2007 09:47:19 +0100
+  [ Loic Minier ]
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 23 Nov 2007 15:43:38 +0100
 
 scrollkeeper (0.3.14-14) unstable; urgency=low
 

Modified: desktop/unstable/scrollkeeper/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control?rev=13545&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control (original)
+++ desktop/unstable/scrollkeeper/debian/control Fri Nov 23 14:43:55 2007
@@ -4,10 +4,17 @@
 Maintainer: Bradley Smith <brad at brad-smith.co.uk>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libxml2-dev (>= 2.4.16),
- intltool (>= 0.28-2), zlib1g-dev (>= 1.1.3-12), docbook-xml (>= 4.2-12),
- libxslt1-dev (>= 1.1.1-2), libxml2-utils, xml-core (>= 0.06),
- gnome-pkg-tools, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               libxml2-dev (>= 2.4.16),
+               intltool (>= 0.28-2),
+               zlib1g-dev (>= 1.1.3-12),
+               docbook-xml (>= 4.2-12),
+               libxslt1-dev (>= 1.1.1-2),
+               libxml2-utils,
+               xml-core (>= 0.06),
+               gnome-pkg-tools,
+               dpkg-dev (>= 1.13.19)
 
 Package: libscrollkeeper0
 Architecture: any
@@ -26,7 +33,9 @@
 Package: libscrollkeeper-dev
 Architecture: any
 Section: libdevel
-Depends: libscrollkeeper0 (= ${binary:Version}), libxml2-dev, libxslt1-dev
+Depends: libscrollkeeper0 (= ${binary:Version}),
+         libxml2-dev,
+         libxslt1-dev
 Description: Library to load .omf files (development files)
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open
  Source Metadata Framework) as well as certain metadata extracted directly
@@ -38,8 +47,11 @@
 
 Package: scrollkeeper
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, docbook-xml (>= 4.2-11)
-Replaces: libscrollkeeper0 (<= 0.3.14-5), gnumeric (= 1.0.5-1)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         docbook-xml (>= 4.2-11)
+Replaces: libscrollkeeper0 (<= 0.3.14-5),
+          gnumeric (= 1.0.5-1)
 Suggests: logrotate
 Description: A free electronic cataloging system for documentation
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open

Modified: desktop/unstable/scrollkeeper/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control.in?rev=13545&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control.in (original)
+++ desktop/unstable/scrollkeeper/debian/control.in Fri Nov 23 14:43:55 2007
@@ -4,10 +4,17 @@
 Maintainer: Bradley Smith <brad at brad-smith.co.uk>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libxml2-dev (>= 2.4.16),
- intltool (>= 0.28-2), zlib1g-dev (>= 1.1.3-12), docbook-xml (>= 4.2-12),
- libxslt1-dev (>= 1.1.1-2), libxml2-utils, xml-core (>= 0.06),
- gnome-pkg-tools, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               libxml2-dev (>= 2.4.16),
+               intltool (>= 0.28-2),
+               zlib1g-dev (>= 1.1.3-12),
+               docbook-xml (>= 4.2-12),
+               libxslt1-dev (>= 1.1.1-2),
+               libxml2-utils,
+               xml-core (>= 0.06),
+               gnome-pkg-tools,
+               dpkg-dev (>= 1.13.19)
 
 Package: libscrollkeeper0
 Architecture: any
@@ -26,7 +33,9 @@
 Package: libscrollkeeper-dev
 Architecture: any
 Section: libdevel
-Depends: libscrollkeeper0 (= ${binary:Version}), libxml2-dev, libxslt1-dev
+Depends: libscrollkeeper0 (= ${binary:Version}),
+         libxml2-dev,
+         libxslt1-dev
 Description: Library to load .omf files (development files)
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open
  Source Metadata Framework) as well as certain metadata extracted directly
@@ -38,8 +47,11 @@
 
 Package: scrollkeeper
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, docbook-xml (>= 4.2-11)
-Replaces: libscrollkeeper0 (<= 0.3.14-5), gnumeric (= 1.0.5-1)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         docbook-xml (>= 4.2-11)
+Replaces: libscrollkeeper0 (<= 0.3.14-5),
+          gnumeric (= 1.0.5-1)
 Suggests: logrotate
 Description: A free electronic cataloging system for documentation
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open




More information about the pkg-gnome-commits mailing list