r19417 - in /packages/unstable/libepc/debian: changelog control control.in libepc-common.install
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Tue Apr 7 14:28:40 UTC 2009
Author: pochu-guest
Date: Tue Apr 7 14:28:40 2009
New Revision: 19417
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19417
Log:
Add a new binary package, libepc-common, to ship common files that
don't have a versioned path. Ship the translations on it.
Added:
packages/unstable/libepc/debian/libepc-common.install
Modified:
packages/unstable/libepc/debian/changelog
packages/unstable/libepc/debian/control
packages/unstable/libepc/debian/control.in
Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=19417&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog (original)
+++ packages/unstable/libepc/debian/changelog Tue Apr 7 14:28:40 2009
@@ -1,3 +1,10 @@
+libepc (0.3.9-2) UNRELEASED; urgency=low
+
+ * Add a new binary package, libepc-common, to ship common files that
+ don't have a versioned path. Ship the translations on it.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Tue, 07 Apr 2009 16:02:27 +0200
+
libepc (0.3.9-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
Modified: packages/unstable/libepc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control?rev=19417&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control (original)
+++ packages/unstable/libepc/debian/control Tue Apr 7 14:28:40 2009
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
gnome-pkg-tools (>= 0.11),
@@ -25,7 +25,8 @@
Package: libepc-1.0-2
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libepc-common (= ${source:Version})
Description: Easy Publish and Consume library - shared libraries
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
@@ -106,3 +107,16 @@
.
This package contains the HTML documentation for the Easy Publish and
Consume library
+
+Package: libepc-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Easy Publish and Consume library - data files
+ The Easy Publish and Consume library provides an easy method to publish
+ data per HTTPS announce that information via DNS-SD, find that information
+ and finally consume it.
+ .
+ You can use this library as key/value store published to the network,
+ using encryption, authentication and service discovery.
+ .
+ This package contains the data files for the shared libraries
Modified: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=19417&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control.in (original)
+++ packages/unstable/libepc/debian/control.in Tue Apr 7 14:28:40 2009
@@ -25,7 +25,8 @@
Package: libepc-1.0-2
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libepc-common (= ${source:Version})
Description: Easy Publish and Consume library - shared libraries
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
@@ -106,3 +107,16 @@
.
This package contains the HTML documentation for the Easy Publish and
Consume library
+
+Package: libepc-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Easy Publish and Consume library - data files
+ The Easy Publish and Consume library provides an easy method to publish
+ data per HTTPS announce that information via DNS-SD, find that information
+ and finally consume it.
+ .
+ You can use this library as key/value store published to the network,
+ using encryption, authentication and service discovery.
+ .
+ This package contains the data files for the shared libraries
Added: packages/unstable/libepc/debian/libepc-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-common.install?rev=19417&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-common.install (added)
+++ packages/unstable/libepc/debian/libepc-common.install Tue Apr 7 14:28:40 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/locale
More information about the pkg-gnome-commits
mailing list