diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e42e130 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-babelgladeextractor (0.5.1-1) unstable; urgency=medium + + * Initial release. (Closes: #944328) + + -- Sascha Steinbiss Thu, 07 Nov 2019 23:49:33 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +12 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5307cc9 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: python-babelgladeextractor +Section: python +Priority: optional +Maintainer: Sascha Steinbiss +Build-Depends: debhelper (>= 12), + dh-python, + python3-all, + python3-setuptools, + python3-lxml, + python3-babel +Standards-Version: 4.4.1 +Testsuite: autopkgtest-pkg-python +Vcs-Git: https://salsa.debian.org/debian/python-babelgladeextractor.git +Vcs-Browser: https://salsa.debian.org/debian/python-babelgladeextractor +Homepage: https://pypi.org/project/BabelGladeExtractor/ + +Package: python3-babelgladeextractor +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends} +Description: Babel Glade XML files translatable strings extractor + This is a Python 3 module to extract translatable strings from Babel Glade + XML files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ad8e7f8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: BabelGladeExtractor +Source: https://pypi.org/project/BabelGladeExtractor/ + +Files: * +Copyright: 2007 Unfinished Software, UfSoft.org +License: BSD-3-clause + +Files: debian/* +Copyright: 2019 Sascha Steinbiss +License: BSD-3-clause + +License: BSD-3-clause + 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. + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 AUTHOR 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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..294451b --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME = BabelGladeExtractor + +%: + dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_test: + # pass diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..3c64345 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://pypi.debian.net/BabelGladeExtractor/BabelGladeExtractor-([0-9.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))