r14135 - in /packages/unstable/libepc/debian: changelog control control.in libepc-1.0-1.shlibs libepc-ui-1.0-1.shlibs rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Jan 12 00:59:16 UTC 2008


Author: pochu-guest
Date: Sat Jan 12 00:59:16 2008
New Revision: 14135

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14135
Log:
* debian/control:
  - Suggest libepc-doc in -dev packages.
  - Bump libavahi-ui-dev requirement to 2.6.22 now that it's packaged,
    since configure checks for it, so we have the same results in all
    arches.
* debian/rules:
  - Add DEB_DH_MAKESHLIBS_ARGS_* to call dh_makeshlibs to generate the
    shlibs files.
* debian/libepc-1.0-1.shlibs,
  debian/libepc-ui-1.0-1.shlibs:
  - Removed, since they generated now by dh_makeshlibs.
* Thanks to Loïc Minier for all the suggestions.

Removed:
    packages/unstable/libepc/debian/libepc-1.0-1.shlibs
    packages/unstable/libepc/debian/libepc-ui-1.0-1.shlibs
Modified:
    packages/unstable/libepc/debian/changelog
    packages/unstable/libepc/debian/control
    packages/unstable/libepc/debian/control.in
    packages/unstable/libepc/debian/rules

Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=14135&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog (original)
+++ packages/unstable/libepc/debian/changelog Sat Jan 12 00:59:16 2008
@@ -1,3 +1,20 @@
+libepc (0.3.1-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Suggest libepc-doc in -dev packages.
+    - Bump libavahi-ui-dev requirement to 2.6.22 now that it's packaged,
+      since configure checks for it, so we have the same results in all
+      arches.
+  * debian/rules:
+    - Add DEB_DH_MAKESHLIBS_ARGS_* to call dh_makeshlibs to generate the
+      shlibs files.
+  * debian/libepc-1.0-1.shlibs,
+    debian/libepc-ui-1.0-1.shlibs:
+    - Removed, since they generated now by dh_makeshlibs.
+  * Thanks to Loïc Minier for all the suggestions.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 12 Jan 2008 01:34:37 +0100
+
 libepc (0.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #454805)

Modified: packages/unstable/libepc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control?rev=14135&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control (original)
+++ packages/unstable/libepc/debian/control Sat Jan 12 00:59:16 2008
@@ -9,7 +9,7 @@
                pkg-config (>= 0.14),
                libavahi-client-dev (>= 0.6),
                libavahi-glib-dev (>= 0.6),
-               libavahi-ui-dev (>= 0.6),
+               libavahi-ui-dev (>= 0.6.22),
                libglib2.0-dev (>= 2.12),
                libgnutls-dev (>= 1.4),
                libsoup2.2-dev (>= 2.2),
@@ -58,6 +58,7 @@
          libavahi-client-dev (>= 0.6),
          libavahi-glib-dev (>= 0.6),
          libsoup2.2-dev (>= 2.2)
+Suggests: libepc-doc
 Description: Development files for the Easy Publish and Consume library
  The Easy Publish and Consume library provides an easy method to publish
  data per HTTPS announce that information via DNS-SD, find that information
@@ -76,6 +77,7 @@
          ${misc:Depends},
          libepc-dev (= ${binary:Version}),
          libgtk2.0-dev (>= 2.10)
+Suggests: libepc-doc
 Description: Development files for the Easy Publish and Consume library
  The Easy Publish and Consume library provides an easy method to publish
  data per HTTPS announce that information via DNS-SD, find that information

Modified: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=14135&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control.in (original)
+++ packages/unstable/libepc/debian/control.in Sat Jan 12 00:59:16 2008
@@ -9,7 +9,7 @@
                pkg-config (>= 0.14),
                libavahi-client-dev (>= 0.6),
                libavahi-glib-dev (>= 0.6),
-               libavahi-ui-dev (>= 0.6),
+               libavahi-ui-dev (>= 0.6.22),
                libglib2.0-dev (>= 2.12),
                libgnutls-dev (>= 1.4),
                libsoup2.2-dev (>= 2.2),
@@ -58,6 +58,7 @@
          libavahi-client-dev (>= 0.6),
          libavahi-glib-dev (>= 0.6),
          libsoup2.2-dev (>= 2.2)
+Suggests: libepc-dev
 Description: Development files for the Easy Publish and Consume library
  The Easy Publish and Consume library provides an easy method to publish
  data per HTTPS announce that information via DNS-SD, find that information
@@ -76,6 +77,7 @@
          ${misc:Depends},
          libepc-dev (= ${binary:Version}),
          libgtk2.0-dev (>= 2.10)
+Suggests: libepc-dev
 Description: Development files for the Easy Publish and Consume library
  The Easy Publish and Consume library provides an easy method to publish
  data per HTTPS announce that information via DNS-SD, find that information

Modified: packages/unstable/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=14135&op=diff
==============================================================================
--- packages/unstable/libepc/debian/rules (original)
+++ packages/unstable/libepc/debian/rules Sat Jan 12 00:59:16 2008
@@ -9,3 +9,6 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_MAKESHLIBS_ARGS_libepc-1.0-1 = -V 'libepc-1.0-1 (>= 0.3.0)'
+DEB_DH_MAKESHLIBS_ARGS_libepc-ui-1.0-1 = -V 'libepc-ui-1.0-1 (>= 0.3.0)'




More information about the pkg-gnome-commits mailing list