r18048 - in /packages/unstable/glabels/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Dec 28 20:59:35 UTC 2008


Author: lool
Date: Sun Dec 28 20:59:34 2008
New Revision: 18048

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18048
Log:
Add ${misc:Depends} and ${shlibs:Depends}.

Modified:
    packages/unstable/glabels/debian/changelog
    packages/unstable/glabels/debian/control
    packages/unstable/glabels/debian/control.in

Modified: packages/unstable/glabels/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glabels/debian/changelog?rev=18048&op=diff
==============================================================================
--- packages/unstable/glabels/debian/changelog (original)
+++ packages/unstable/glabels/debian/changelog Sun Dec 28 20:59:34 2008
@@ -8,6 +8,9 @@
   * Mention barcode functionality in the long description, 
     thanks Dieter Faulbaum. (Closes: #466816)
   * Fix Homepage field in debian/control.
+
+  [ Loic Minier ]
+  * Add ${misc:Depends} and ${shlibs:Depends}.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 27 Nov 2007 19:19:31 +0100
 

Modified: packages/unstable/glabels/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glabels/debian/control?rev=18048&op=diff
==============================================================================
--- packages/unstable/glabels/debian/control (original)
+++ packages/unstable/glabels/debian/control Sun Dec 28 20:59:34 2008
@@ -14,7 +14,7 @@
                libxml-parser-perl,
                scrollkeeper,
                dpkg-dev (>= 1.13.19)
-Uploaders: Andrew Lau <netsnipe at users.sourceforge.net>, Loic Minier <lool at dooz.org>
+Uploaders: Andrew Lau <netsnipe at users.sourceforge.net>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Otavio Salvador <otavio at debian.org>
 Standards-Version: 3.7.2
 Homepage: http://glabels.sourceforge.net/
 
@@ -26,7 +26,7 @@
 Suggests: evolution-data-server
 Description: label, business card and media cover creation program for GNOME
  gLabels is a lightweight program for creating labels, barcodes, business 
- cards and media covers for the GNOME desktop environment. It is designed to
+ cards and media covers for the GNOME desktop environment. It is designed to 
  work with various laser/ink-jet peel-off label and business card sheets that
  you'll find at most office supply stores.
  .
@@ -38,6 +38,7 @@
 Package: glabels-data
 Section: gnome
 Architecture: all
+Depends: ${misc:Depends}
 Replaces: glabels (<< 2.0.2)
 Description: data files for gLabels
  gLabels is a lightweight program for creating labels, barcodes, business 
@@ -52,7 +53,9 @@
 Depends: glabels (= ${binary:Version}),
          glabels-data (= ${source:Version}),
          libglib2.0-dev,
-         libxml2-dev
+         libxml2-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: glabels (<< 2.0.2)
 Description: development documentation and library files for gLabels
  gLabels is a lightweight program for creating labels, barcodes, business 

Modified: packages/unstable/glabels/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glabels/debian/control.in?rev=18048&op=diff
==============================================================================
--- packages/unstable/glabels/debian/control.in (original)
+++ packages/unstable/glabels/debian/control.in Sun Dec 28 20:59:34 2008
@@ -38,6 +38,7 @@
 Package: glabels-data
 Section: gnome
 Architecture: all
+Depends: ${misc:Depends}
 Replaces: glabels (<< 2.0.2)
 Description: data files for gLabels
  gLabels is a lightweight program for creating labels, barcodes, business 
@@ -52,7 +53,9 @@
 Depends: glabels (= ${binary:Version}),
          glabels-data (= ${source:Version}),
          libglib2.0-dev,
-         libxml2-dev
+         libxml2-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: glabels (<< 2.0.2)
 Description: development documentation and library files for gLabels
  gLabels is a lightweight program for creating labels, barcodes, business 




More information about the pkg-gnome-commits mailing list