r14225 - in /packages/unstable/libepc/debian: changelog control.in rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Mon Jan 14 22:54:52 UTC 2008
Author: pochu-guest
Date: Mon Jan 14 22:54:52 2008
New Revision: 14225
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14225
Log:
* New upstream release, no API changes:
- Build with latest gio version.
- Explictly add copyright statements to make licensecheck happy.
- Removed, since they are now generated by dh_makeshlibs.
Modified:
packages/unstable/libepc/debian/changelog
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=14225&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog (original)
+++ packages/unstable/libepc/debian/changelog Mon Jan 14 22:54:52 2008
@@ -1,4 +1,8 @@
-libepc (0.3.1-2) UNRELEASED; urgency=low
+libepc (0.3.2-1) UNRELEASED; urgency=low
+
+ * New upstream release, no API changes:
+ - Build with latest gio version.
+ - Explictly add copyright statements to make licensecheck happy.
* debian/control:
- Suggest libepc-doc in -dev packages.
@@ -10,10 +14,10 @@
shlibs files.
* debian/libepc-1.0-1.shlibs,
debian/libepc-ui-1.0-1.shlibs:
- - Removed, since they generated now by dh_makeshlibs.
+ - Removed, since they are now generated 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
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Mon, 14 Jan 2008 23:53:54 +0100
libepc (0.3.1-1) unstable; urgency=low
Modified: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=14225&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control.in (original)
+++ packages/unstable/libepc/debian/control.in Mon Jan 14 22:54:52 2008
@@ -58,7 +58,7 @@
libavahi-client-dev (>= 0.6),
libavahi-glib-dev (>= 0.6),
libsoup2.2-dev (>= 2.2)
-Suggests: libepc-dev
+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
@@ -77,7 +77,7 @@
${misc:Depends},
libepc-dev (= ${binary:Version}),
libgtk2.0-dev (>= 2.10)
-Suggests: libepc-dev
+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/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=14225&op=diff
==============================================================================
--- packages/unstable/libepc/debian/rules (original)
+++ packages/unstable/libepc/debian/rules Mon Jan 14 22:54:52 2008
@@ -10,5 +10,9 @@
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)'
+libepc = $(shell sed -nr 's/Package:[[:space:]]*(libepc-[0-9](.*))*$$/\1/p' debian/control)
+libepc-ui = $(shell sed -nr 's/Package:[[:space:]]*(libepc-ui-[0-9](.*))*$$/\1/p' debian/control)
+api-break = 0.3.0
+
+DEB_DH_MAKESHLIBS_ARGS_$(libepc) = -V '$(libepc) (>= $(api-break))'
+DEB_DH_MAKESHLIBS_ARGS_$(libepc-ui) = -V '$(libepc-ui) (>= $(api-break))'
More information about the pkg-gnome-commits
mailing list