r17938 - in /packages/unstable/libproxy: ./ debian/

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Dec 18 02:06:46 UTC 2008


Author: pochu-guest
Date: Thu Dec 18 02:06:45 2008
New Revision: 17938

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17938
Log:
Initial packaging for libproxy. WIP

Added:
    packages/unstable/libproxy/
    packages/unstable/libproxy/debian/
    packages/unstable/libproxy/debian/changelog
    packages/unstable/libproxy/debian/compat
    packages/unstable/libproxy/debian/control
    packages/unstable/libproxy/debian/control.in
    packages/unstable/libproxy/debian/copyright
    packages/unstable/libproxy/debian/libproxy-dev.install
    packages/unstable/libproxy/debian/libproxy-plugins.install
    packages/unstable/libproxy/debian/libproxy0.install
    packages/unstable/libproxy/debian/python-libproxy.install
    packages/unstable/libproxy/debian/rules   (with props)
    packages/unstable/libproxy/debian/watch

Added: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/changelog (added)
+++ packages/unstable/libproxy/debian/changelog Thu Dec 18 02:06:45 2008
@@ -1,0 +1,5 @@
+libproxy (0.2.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #509063).
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 17 Dec 2008 23:25:40 +0100

Added: packages/unstable/libproxy/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/compat?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/compat (added)
+++ packages/unstable/libproxy/debian/compat Thu Dec 18 02:06:45 2008
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/libproxy/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/control?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/control (added)
+++ packages/unstable/libproxy/debian/control Thu Dec 18 02:06:45 2008
@@ -1,0 +1,68 @@
+Source: libproxy
+Section: libs
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               autotools-dev,
+               python-all-dev,
+               python-support,
+               libdbus-1-dev,
+               libwebkit-dev,
+               xulrunner-dev,
+               libgconf2-dev,
+               libxmu-dev
+Standards-Version: 3.8.0
+XS-Python-Version: >= 2.5
+Homepage: http://code.google.com/p/libproxy/
+
+Package: libproxy0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: libproxy-plugins
+Description: automatic proxy configuration management library (shared)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the shared library.
+
+Package: libproxy-dev
+Architecture: all
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libproxy0 (>= ${source:Version})
+Description: automatic proxy configuration management library (devel)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the development files.
+
+Package: python-libproxy
+Architecture: all
+Section: python
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libproxy0 (>= ${source:Version})
+Description: automatic proxy configuration management library (python)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the Python bindings.
+
+Package: libproxy-plugins
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: automatic proxy configuration management library (plugins)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the plugins for the shared library.

Added: packages/unstable/libproxy/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/control.in?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/control.in (added)
+++ packages/unstable/libproxy/debian/control.in Thu Dec 18 02:06:45 2008
@@ -1,0 +1,68 @@
+Source: libproxy
+Section: libs
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               autotools-dev,
+               python-all-dev,
+               python-support,
+               libdbus-1-dev,
+               libwebkit-dev,
+               xulrunner-dev,
+               libgconf2-dev,
+               libxmu-dev
+Standards-Version: 3.8.0
+XS-Python-Version: >= 2.5
+Homepage: http://code.google.com/p/libproxy/
+
+Package: libproxy0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: libproxy-plugins
+Description: automatic proxy configuration management library (shared)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the shared library.
+
+Package: libproxy-dev
+Architecture: all
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libproxy0 (>= ${source:Version})
+Description: automatic proxy configuration management library (devel)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the development files.
+
+Package: python-libproxy
+Architecture: all
+Section: python
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libproxy0 (>= ${source:Version})
+Description: automatic proxy configuration management library (python)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the Python bindings.
+
+Package: libproxy-plugins
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: automatic proxy configuration management library (plugins)
+ libproxy is a lightweight library which makes it easy to develop
+ applications proxy-aware with a simple and stable API.
+ .
+ This package contains the plugins for the shared library.

Added: packages/unstable/libproxy/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/copyright?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/copyright (added)
+++ packages/unstable/libproxy/debian/copyright Thu Dec 18 02:06:45 2008
@@ -1,0 +1,55 @@
+This package was debianized by Emilio Pozuelo Monfort <pochu at ubuntu.com> on
+Wed, 17 Dec 2008 23:25:40 +0100.
+
+It was downloaded from http://code.google.com/p/libproxy/downloads/list
+
+Upstream Authors:
+
+    Nathaniel McCallum <nathaniel at natemccallum.com>
+    Alex Panait        <kippled at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2006 Nathaniel McCallum <nathaniel at natemccallum.com>
+
+License:
+
+    This package 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 of the License, or (at your option) any later version.
+
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is copyright 2008, Emilio Pozuelo Monfort <pochu at ubuntu.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+
+For src/plugins/xhasclient.c, the following applies:
+    Copyright 1989, 1998  The Open Group
+
+    Permission to use, copy, modify, distribute, and sell this software and its
+    documentation for any purpose is hereby granted without fee, provided that
+    the above copyright notice appear in all copies and that both that
+    copyright notice and this permission notice appear in supporting
+    documentation.
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+    OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+    AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Added: packages/unstable/libproxy/debian/libproxy-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/libproxy-dev.install?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/libproxy-dev.install (added)
+++ packages/unstable/libproxy/debian/libproxy-dev.install Thu Dec 18 02:06:45 2008
@@ -1,0 +1,3 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/libproxy.so

Added: packages/unstable/libproxy/debian/libproxy-plugins.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/libproxy-plugins.install?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/libproxy-plugins.install (added)
+++ packages/unstable/libproxy/debian/libproxy-plugins.install Thu Dec 18 02:06:45 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/lib/libproxy/*/plugins/gnome.so
+debian/tmp/usr/lib/libproxy/*/plugins/kde.so
+debian/tmp/usr/lib/libproxy/*/plugins/mozjs.so
+debian/tmp/usr/lib/libproxy/*/plugins/webkit.so

Added: packages/unstable/libproxy/debian/libproxy0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/libproxy0.install?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/libproxy0.install (added)
+++ packages/unstable/libproxy/debian/libproxy0.install Thu Dec 18 02:06:45 2008
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/libproxy.so.*
+debian/tmp/usr/lib/libproxy/*/plugins/envvar.so
+debian/tmp/usr/lib/libproxy/*/plugins/file.so

Added: packages/unstable/libproxy/debian/python-libproxy.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/python-libproxy.install?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/python-libproxy.install (added)
+++ packages/unstable/libproxy/debian/python-libproxy.install Thu Dec 18 02:06:45 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*

Added: packages/unstable/libproxy/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/rules?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/rules (added)
+++ packages/unstable/libproxy/debian/rules Thu Dec 18 02:06:45 2008
@@ -1,0 +1,12 @@
+#!/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/simple-patchsys.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
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+binary-install/python-libproxy::
+	dh_pysupport -p$(cdbs_curpkg)

Propchange: packages/unstable/libproxy/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/libproxy/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/watch?rev=17938&op=file
==============================================================================
--- packages/unstable/libproxy/debian/watch (added)
+++ packages/unstable/libproxy/debian/watch Thu Dec 18 02:06:45 2008
@@ -1,0 +1,4 @@
+version=3
+
+http://code.google.com/p/libproxy/downloads/list \
+	http://libproxy.googlecode.com/files/libproxy-(.*).tar.gz




More information about the pkg-gnome-commits mailing list