Codebase list python-babelgladeextractor / 9fabf0d
add packaging Sascha Steinbiss 4 years ago
7 changed file(s) with 79 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-babelgladeextractor (0.5.1-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #944328)
3
4 -- Sascha Steinbiss <satta@debian.org> Thu, 07 Nov 2019 23:49:33 +0100
0 Source: python-babelgladeextractor
1 Section: python
2 Priority: optional
3 Maintainer: Sascha Steinbiss <satta@debian.org>
4 Build-Depends: debhelper (>= 12),
5 dh-python,
6 python3-all,
7 python3-setuptools,
8 python3-lxml,
9 python3-babel
10 Standards-Version: 4.4.1
11 Testsuite: autopkgtest-pkg-python
12 Vcs-Git: https://salsa.debian.org/debian/python-babelgladeextractor.git
13 Vcs-Browser: https://salsa.debian.org/debian/python-babelgladeextractor
14 Homepage: https://pypi.org/project/BabelGladeExtractor/
15
16 Package: python3-babelgladeextractor
17 Architecture: all
18 Depends: ${python3:Depends},
19 ${misc:Depends}
20 Description: Babel Glade XML files translatable strings extractor
21 This is a Python 3 module to extract translatable strings from Babel Glade
22 XML files.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: BabelGladeExtractor
2 Source: https://pypi.org/project/BabelGladeExtractor/
3
4 Files: *
5 Copyright: 2007 Unfinished Software, UfSoft.org
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2019 Sascha Steinbiss <satta@debian.org>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions
15 are met:
16 .
17 1. Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 2. Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in
21 the documentation and/or other materials provided with the
22 distribution.
23 3. The name of the author may not be used to endorse or promote
24 products derived from this software without specific prior
25 written permission.
26 .
27 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
28 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
31 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
33 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
35 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
36 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
37 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 export PYBUILD_NAME = BabelGladeExtractor
3
4 %:
5 dh $@ --with python3 --buildsystem=pybuild
6
7 override_dh_auto_test:
8 # pass
0 3.0 (quilt)
0 version=4
1 https://pypi.debian.net/BabelGladeExtractor/BabelGladeExtractor-([0-9.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))