r13815 - in /packages/unstable/libepc: ./ debian/
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Tue Dec 11 17:15:22 UTC 2007
Author: pochu-guest
Date: Tue Dec 11 17:15:22 2007
New Revision: 13815
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13815
Log:
libepc's initial packaging
Added:
packages/unstable/libepc/
packages/unstable/libepc/debian/
packages/unstable/libepc/debian/changelog
packages/unstable/libepc/debian/compat
packages/unstable/libepc/debian/control
packages/unstable/libepc/debian/control.in
packages/unstable/libepc/debian/copyright
packages/unstable/libepc/debian/docs
packages/unstable/libepc/debian/libepc-1.0-1-doc.dirs
packages/unstable/libepc/debian/libepc-1.0-1-doc.examples
packages/unstable/libepc/debian/libepc-1.0-1-doc.install
packages/unstable/libepc/debian/libepc-1.0-1.dirs
packages/unstable/libepc/debian/libepc-1.0-1.install
packages/unstable/libepc/debian/libepc-1.0.shlibs
packages/unstable/libepc/debian/libepc-dev.dirs
packages/unstable/libepc/debian/libepc-dev.install
packages/unstable/libepc/debian/rules (with props)
packages/unstable/libepc/debian/watch
Added: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/changelog (added)
+++ packages/unstable/libepc/debian/changelog Tue Dec 11 17:15:22 2007
@@ -1,0 +1,6 @@
+libepc (0.3.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #454805)
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Fri, 07 Dec 2007 18:41:20 +0100
+
Added: packages/unstable/libepc/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/compat?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/compat (added)
+++ packages/unstable/libepc/debian/compat Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+5
Added: packages/unstable/libepc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/control (added)
+++ packages/unstable/libepc/debian/control Tue Dec 11 17:15:22 2007
@@ -1,0 +1,61 @@
+Source: libepc
+Section: libs
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Standards-Version: 3.7.3
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ gnome-pkg-tools (>= 0.11),
+ libavahi-client-dev (>= 0.6),
+ libavahi-glib-dev (>= 0.6),
+ libavahi-ui-dev (>= 0.6),
+ libglib2.0-dev (>= 2.12),
+ libgnutls-dev (>= 1.4),
+ libsoup2.2-dev (>= 2.2),
+ uuid-dev (>= 0.36)
+
+Package: libepc-1.0-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: 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
+ 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 shared libraries.
+
+Package: libepc-dev
+Section: libdevel
+Architecture: any
+Depends: libepc-1.0-1 (= ${binary:Version})
+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
+ 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 headers and development libraries needed to
+ build applications using the Easy Publish and Consume library
+
+Package: libepc-1.0-1-doc
+Section: doc
+Architecture: all
+Recommends: libepc-1.0-1
+Suggests: devhelp
+Description: Documentation 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
+ 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 HTML documentation for the Easy Publish and
+ Consume library
Added: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/control.in (added)
+++ packages/unstable/libepc/debian/control.in Tue Dec 11 17:15:22 2007
@@ -1,0 +1,61 @@
+Source: libepc
+Section: libs
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: @GNOME_TEAM@
+Standards-Version: 3.7.3
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ gnome-pkg-tools (>= 0.11),
+ libavahi-client-dev (>= 0.6),
+ libavahi-glib-dev (>= 0.6),
+ libavahi-ui-dev (>= 0.6),
+ libglib2.0-dev (>= 2.12),
+ libgnutls-dev (>= 1.4),
+ libsoup2.2-dev (>= 2.2),
+ uuid-dev (>= 0.36)
+
+Package: libepc-1.0-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: 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
+ 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 shared libraries.
+
+Package: libepc-dev
+Section: libdevel
+Architecture: any
+Depends: libepc-1.0-1 (= ${binary:Version})
+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
+ 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 headers and development libraries needed to
+ build applications using the Easy Publish and Consume library
+
+Package: libepc-1.0-1-doc
+Section: doc
+Architecture: all
+Recommends: libepc-1.0-1
+Suggests: devhelp
+Description: Documentation 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
+ 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 HTML documentation for the Easy Publish and
+ Consume library
Added: packages/unstable/libepc/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/copyright?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/copyright (added)
+++ packages/unstable/libepc/debian/copyright Tue Dec 11 17:15:22 2007
@@ -1,0 +1,31 @@
+This package was debianized by Emilio Pozuelo Monfort <pochu at ubuntu.com> on
+Fri, 07 Dec 2007 18:41:20 +0100.
+
+It was downloaded from http://ftp.gnome.org/pub/gnome/sources/libepc/
+
+Upstream Author:
+
+ Mathias Hasselmann <mathias at openismus.com>
+
+Copyright:
+
+ Copyright (C) 2007 Openismus GmbH
+
+License:
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
Added: packages/unstable/libepc/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/docs?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/docs (added)
+++ packages/unstable/libepc/debian/docs Tue Dec 11 17:15:22 2007
@@ -1,0 +1,3 @@
+AUTHORS
+NEWS
+README
Added: packages/unstable/libepc/debian/libepc-1.0-1-doc.dirs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0-1-doc.dirs?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0-1-doc.dirs (added)
+++ packages/unstable/libepc/debian/libepc-1.0-1-doc.dirs Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/libepc-1.0
Added: packages/unstable/libepc/debian/libepc-1.0-1-doc.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0-1-doc.examples?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0-1-doc.examples (added)
+++ packages/unstable/libepc/debian/libepc-1.0-1-doc.examples Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+examples/*
Added: packages/unstable/libepc/debian/libepc-1.0-1-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0-1-doc.install?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0-1-doc.install (added)
+++ packages/unstable/libepc/debian/libepc-1.0-1-doc.install Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc/html/libepc-1.0/*
Added: packages/unstable/libepc/debian/libepc-1.0-1.dirs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0-1.dirs?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0-1.dirs (added)
+++ packages/unstable/libepc/debian/libepc-1.0-1.dirs Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+usr/lib
Added: packages/unstable/libepc/debian/libepc-1.0-1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0-1.install?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0-1.install (added)
+++ packages/unstable/libepc/debian/libepc-1.0-1.install Tue Dec 11 17:15:22 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*
Added: packages/unstable/libepc/debian/libepc-1.0.shlibs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-1.0.shlibs?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-1.0.shlibs (added)
+++ packages/unstable/libepc/debian/libepc-1.0.shlibs Tue Dec 11 17:15:22 2007
@@ -1,0 +1,2 @@
+libepc-1.0 1 libepc-1.0-1 (>= 0.3.0)
+libepc-ui-1.0 1 libepc-1.0-1 (>= 0.3.0)
Added: packages/unstable/libepc/debian/libepc-dev.dirs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-dev.dirs?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-dev.dirs (added)
+++ packages/unstable/libepc/debian/libepc-dev.dirs Tue Dec 11 17:15:22 2007
@@ -1,0 +1,3 @@
+usr/lib
+usr/include/libepc-1.0/libepc
+usr/include/libepc-ui-1.0/libepc-ui
Added: packages/unstable/libepc/debian/libepc-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/libepc-dev.install?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/libepc-dev.install (added)
+++ packages/unstable/libepc/debian/libepc-dev.install Tue Dec 11 17:15:22 2007
@@ -1,0 +1,5 @@
+debian/tmp/usr/include/libepc-1.0/libepc/*
+debian/tmp/usr/include/libepc-ui-1.0/libepc-ui/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
Added: packages/unstable/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/rules (added)
+++ packages/unstable/libepc/debian/rules Tue Dec 11 17:15:22 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
Propchange: packages/unstable/libepc/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/unstable/libepc/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/watch?rev=13815&op=file
==============================================================================
--- packages/unstable/libepc/debian/watch (added)
+++ packages/unstable/libepc/debian/watch Tue Dec 11 17:15:22 2007
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/gnome/sources/libepc/(.*)[0-9]/libepc-(.*)\.tar\.gz
More information about the pkg-gnome-commits
mailing list