[Python-modules-commits] r24042 - in packages (10 files)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Apr 29 06:36:09 UTC 2013


    Date: Monday, April 29, 2013 @ 06:36:05
  Author: sunweaver
Revision: 24042

New package: python-gpyconf (by upstream author Jonas Haag)

Added:
  packages/python-gpyconf/
  packages/python-gpyconf/trunk/
  packages/python-gpyconf/trunk/debian/
  packages/python-gpyconf/trunk/debian/changelog
  packages/python-gpyconf/trunk/debian/compat
  packages/python-gpyconf/trunk/debian/control
  packages/python-gpyconf/trunk/debian/copyright
  packages/python-gpyconf/trunk/debian/rules
  packages/python-gpyconf/trunk/debian/source/
  packages/python-gpyconf/trunk/debian/source/format

Added: packages/python-gpyconf/trunk/debian/changelog
===================================================================
--- packages/python-gpyconf/trunk/debian/changelog	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/changelog	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1,5 @@
+python-gpyconf (0.2beta-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #682489)
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 16 Jul 2012 14:50:54 +0200

Added: packages/python-gpyconf/trunk/debian/compat
===================================================================
--- packages/python-gpyconf/trunk/debian/compat	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/compat	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-gpyconf/trunk/debian/control
===================================================================
--- packages/python-gpyconf/trunk/debian/control	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/control	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1,24 @@
+Source: python-gpyconf
+Section: python
+Priority: optional
+Maintainer: Mike Gabriel <sunweaver at debian.org>
+Build-Depends:
+ cdbs (>= 0.4.90~),
+ debhelper (>= 9),
+ python (>= 2.6.6-3~),
+ python-setuptools
+Standards-Version: 3.9.4
+Homepage: https://github.com/jonashaag/gpyconf
+X-Python-Version: >= 2.6
+
+Package: python-gpyconf
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-lxml,
+ python-gtk2
+Description: Python configuration framework with support for multiple backends
+ A modular Python configuration framework with support for multiple backends
+ (ConfigParser, XML, JSON, ...) and multiple frontends (GTK+, Web, ...).

Added: packages/python-gpyconf/trunk/debian/copyright
===================================================================
--- packages/python-gpyconf/trunk/debian/copyright	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/copyright	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1,94 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gpyconf
+Upstream-Contact: Jonas Haag <jonas at lophus.org>
+Source: https://github.com/jonashaag/gpyconf
+
+Files: *
+Copyright:
+ 2008-2010, Jonas Haag <jonas at lophus.org>
+License:
+ LGPL-2.1
+ BSD-2-clause-modified
+Comment:
+ python-gpyconf is dual licensed under the LGPL (GNU Lesser General Public
+ License) and a slightly modified 2-clause BSD (Berkley Software Distribution)
+ license. You may use gpyconf as if it was licensed under one of the above
+ but not with both licenses at once. If you chose the LGPL license,
+ redistributions and redistributions of redistributions of gpyconf have to
+ fulfill the LGPL conditions. If you chose the BSD-like license,
+ redistributions and redistributions of redistributions have to fulfill the
+ BSD-like conditions.
+
+Files: debian/*
+Copyright: 2012, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+
+License: LGPL-2.1
+ 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 systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+License: BSD-2-clause-modified
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ Upstream (python-gpyconf) modification:
+ * Redistributions of source code that include documentation must retain
+   the above copyright and an acknowledgement similar to
+   "This software uses gpyconf by Jonas Haag (http://gpyconf.lophus.org)"
+   in the documentation. You're free to change the wording if it doesn't
+   change the meaning of that sentence.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program 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 General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU 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 full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Added: packages/python-gpyconf/trunk/debian/rules
===================================================================
--- packages/python-gpyconf/trunk/debian/rules	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/rules	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+SOURCE_PACKAGE = $(shell dpkg-parsechangelog|sed -n '/^Source/{s/Source: \(.*\)/\1/p}')
+MAIN_VERSION = $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)/\1/p}')
+BUILD_VERSION = $(shell echo $(MAIN_VERSION)|sed -n 's/\([0-9.]*\)[-+~].*/\1/p')
+VER = $(BUILD_VERSION)~git$(shell date -u '+%Y%m%d')
+
+get-orig-source:
+	dh_testdir
+	rm -rfv .upstream ../$(SOURCE_PACKAGE)_$(VER).orig.tar.bz2
+	mkdir .upstream
+	mkdir -p ../tarballs
+	cd .upstream && git clone git://github.com/jonashaag/gpyconf --depth 1 $(SOURCE_PACKAGE)-$(VER)
+	find .upstream -type f | while read F; do chmod -x "$$F"; done
+	cd .upstream && tar --exclude .git -jvcf ../../tarballs/$(SOURCE_PACKAGE)_$(VER).orig.tar.bz2 $(SOURCE_PACKAGE)-$(VER)
+	rm -rfv .upstream
\ No newline at end of file


Property changes on: packages/python-gpyconf/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-gpyconf/trunk/debian/source/format
===================================================================
--- packages/python-gpyconf/trunk/debian/source/format	                        (rev 0)
+++ packages/python-gpyconf/trunk/debian/source/format	2013-04-29 06:36:05 UTC (rev 24042)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file




More information about the Python-modules-commits mailing list