debian/0000755000000000000000000000000012265426375007202 5ustar debian/python-babel.postinst0000644000000000000000000000023112250362606013355 0ustar #!/bin/sh set -e if [ "$1" = "configure" ] ; then update-alternatives --install /usr/bin/pybabel pybabel /usr/bin/pybabel-python2 300 fi #DEBHELPER# debian/python3-babel.postrm0000644000000000000000000000023112250362606013101 0ustar #!/bin/sh set -e if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then update-alternatives --remove pybabel /usr/bin/pybabel-python3 fi #DEBHELPER# debian/repack0000755000000000000000000000206412250362606010365 0ustar #!/bin/sh set -e set -x usage() { progname=$(basename $0) echo "$progname --upstream-version " } if [ "$#" -ne "3" ] ; then usage exit 1 fi UPSTREAM_VERS="$2" UPSTREAM_TAR="$3" DEST_DIR=`dirname $3` PKG_NAME=`dpkg-parsechangelog | sed -n -e 's/^Source: //p'` DEB_RELEASE=`dpkg-parsechangelog | sed -n -e 's/^Version: //p'` DFSG_VERSION=`echo "${DEB_RELEASE}" | sed -e 's/^[[:digit:]]\+://' -e 's/[-][^-]\+//'` UNPACK_DIR="${PKG_NAME}-${DFSG_VERSION}" TEMP_DIR=$(mktemp -d -t) echo "Unpacking upstream tarball..." tar -xzf ${UPSTREAM_TAR} --directory ${TEMP_DIR} UPSTREAM_SRC=`ls ${TEMP_DIR}` mv ${TEMP_DIR}/${UPSTREAM_SRC} ${TEMP_DIR}/${UNPACK_DIR} rm ${TEMP_DIR}/${UNPACK_DIR}/babel/global.dat rm ${TEMP_DIR}/${UNPACK_DIR}/babel/localedata/*.dat wget -P ${TEMP_DIR} http://unicode.org/Public/cldr/23.1/core.zip && \ unzip ${TEMP_DIR}/core.zip -d ${TEMP_DIR}/${UNPACK_DIR} tar -C ${TEMP_DIR} --owner=root --group=root --mode=a+rX -c ${UNPACK_DIR} | xz -6 >${DEST_DIR}/${PKG_NAME}_${DFSG_VERSION}.orig.tar.xz rm -r ${TEMP_DIR} debian/pybabel.10000644000000000000000000000205312250362606010670 0ustar .\" Manpage created by Christoph Haas .TH PYBABEL "1" "January 2008" .SH NAME pybabel \- command line tool for working with message catalogs .SH SYNOPSIS .B pybabel \fIcommand \fR[\fIoptions\fR] [\fIargs\fR] .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-list\-locales\fR print all known locales and exit .TP \fB\-v\fR, \fB\-\-verbose\fR print as much as possible .TP \fB\-q\fR, \fB\-\-quiet\fR print as little as possible .SS "commands:" .TP compile compile message catalogs to MO files .TP extract extract messages from source files and generate a POT file .TP init create new message catalogs from a POT file .TP update update existing message catalogs from a POT file .PP To learn more about the commands run e.g. \fIpybabel compile \-\-help\fR. .SH AUTHORS The original program was written by Edgewall Software. This manual page was provided by Christoph Haas for the Debian GNU/Linux system but may freely be used by anyone. debian/copyright0000644000000000000000000001071612250362606011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Babel Upstream-Contact: Armin Ronacher Source: https://pypi.python.org/pypi/Babel Files: debian/* Copyright: (c) 2008, Christoph Haas (c) 2008, Piotr Ożarowski (c) 2009, Kumar Appaiah (c) 2011-2013, Andrey Rahmatullin (c) 2013, Thomas Goirand License: GPL-2 Files: common/* Copyright: Files: * Copyright: (c) 2007-2011, Edgewall Software (c) 2007-2013, the Babel Team (see AUTHORS file) 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. . In addition to the regular contributions Babel includes a fork of Lennart Regebro's tzlocal that originally was licensed under the CC0 license. The original copyright of that project is "Copyright 2013 by Lennart Regebro". 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 program; 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 General Public License v2 (GPL) can be found in /usr/share/common-licenses/GPL-2. License: ICU-1.8.1 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. . 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. . Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. debian/python-babel.manpages0000644000000000000000000000002112250362606013262 0ustar debian/pybabel.1 debian/python3-babel.docs0000644000000000000000000000001012250362606012500 0ustar AUTHORS debian/python-babel.docs0000644000000000000000000000001012250362606012415 0ustar AUTHORS debian/changelog0000644000000000000000000001402612265426362011053 0ustar python-babel (1.3+dfsg.1-2ubuntu1) trusty; urgency=medium * Don't touch pyshared in debian/rules. -- Matthias Klose Wed, 15 Jan 2014 07:38:16 +0100 python-babel (1.3+dfsg.1-2) unstable; urgency=low * Fixes upgrade from 1.3-2 that was deleting files from the -localedata folder (Closes: #728427). * Adds patch to fix-up locales in the currency name test, which caused FTBFS in a sbuild chroot (Closes: #728425). Thanks Andrey Rahmatullin for reporting, and James Page for his patch. * Corrects debian/copyright to include the license of the CLDR data. Thanks to Andrey Rahmatullin for reporting. (Closes: #729084). -- Thomas Goirand Thu, 21 Nov 2013 16:23:56 +0000 python-babel (1.3+dfsg.1-1) unstable; urgency=low * Updates the VCS fields URLs. * Now repacks upstream tarball to make it DFSG-Free: added a get-orig-source and a debian/repack script (Closes: #727615). * Adds a python-babel-localedata package containing the data files for both python-babel and python3-babel (Closes: #727617). * Runs the test suite at build time (Closes: #727616). -- Thomas Goirand Wed, 23 Oct 2013 05:29:57 +0000 python-babel (1.3-2) unstable; urgency=low * Adds missing Replaces + Breaks in the doc package (Closes: #726043). * Fixes the handling of alternatives removal, thanks to Andreas Beckmann for his extensive explanations in his bug report (Closes: #726621). * Updates debian/copyright to the currenty babel 1.3 licensing, thanks to Sebastian Ramacher for reporting this. * For the -doc package, removes wrong dependency on python3-pkg-resources, added missing depends on ${sphinxdoc:Depends}. Thanks to Sebastian Ramacher for reporting * Add myself as uploader. -- Thomas Goirand Wed, 23 Oct 2013 04:53:40 +0000 python-babel (1.3-1) unstable; urgency=low * Team upload. * New upstream release. * Standard-Version is now 3.9.4. * Ran wrap-and-sort. * debian/copyright is now in parseable format 1.0. * Switched to 3.0 (quilt) source format. * Switched to debhelper and compat level 9. * Drops obsolete python-pybabel package. * Drops Replaces:+Conflicts: python-pybabel (<< 0.9.6-1~). * Adds Recommends: ${python:Recommends}. * Adds support for python3, rewrote the debian/rules using the dh short style with python_distutils. * Updated debian/watch file to use PyPi. * Using sphinx-build to build the doc. * Updated homepage to http://babel.pocoo.org/. -- Thomas Goirand Fri, 04 Oct 2013 18:33:36 +0000 python-babel (0.9.6-1) unstable; urgency=low [ Andrey Rahmatullin ] * New upstream version (Closes: #584893) * Rename to python-babel (Closes: #556377) * Enable build time tests * Update Standards-Version to 3.9.2 (no change needed) * Update debhelper compatibility level to 8 * Switch from dh_pysupport to dh_python2 * Add the Homepage field * Register HTML docs with doc-base -- Debian Python Modules Team Fri, 25 Feb 2011 23:06:10 +0500 python-pybabel (0.9.4-2) unstable; urgency=low [ Kumar Appaiah ] * debian/rules: + Add --prefix=/usr to setup.py install call to prevent files being installed on /usr/local. (Closes: #556156) * debian/control + Standards version is now 3.8.3 (no changes needed). -- Debian Python Modules Team Sat, 14 Nov 2009 10:00:38 -0500 python-pybabel (0.9.4-1) unstable; urgency=low [ Piotr Ożarowski ] * New upstream release * Add Vcs-Svn and Vcs-Browser fields (pointing to DPMT repository) * Priority changed to optional -- Debian Python Modules Team Sun, 28 Dec 2008 20:35:43 +0100 python-pybabel (0.9.1-9) unstable; urgency=low * Added conflict against python-babel (closes: #493742) because both python-pybabel and python-babel install as the same egg-info name 'babel'. The python-babel package will get fixed soon and this conflict will get removed again. -- Christoph Haas Tue, 23 Sep 2008 22:53:19 +0200 python-pybabel (0.9.1-8) unstable; urgency=high * Bumped policy version. * Debian package repository moved from Hg to Git (XS-Vcs-Git) -- Christoph Haas Sat, 13 Sep 2008 17:50:35 +0200 python-pybabel (0.9.1-7) unstable; urgency=low * Added dependency on python-pkg-resources (Closes: #498238). (Thanks, Jens Breit and Serafeim Zanikolas) -- Christoph Haas Sat, 13 Sep 2008 17:14:46 +0200 python-pybabel (0.9.1-6) unstable; urgency=high * Renaming the package from 'python-babel' to 'python-pybabel' due to a name clash with another 'python-babel' package that has been existing in Debian since 2003. (Closes: #461087) * Urgency set to high to get the package back into Debian quickly. The release team (Adeodato Simó aka 'dato') has agreed to unblock this package during the Lenny freeze. -- Christoph Haas Thu, 24 Jul 2008 16:52:50 +0200 python-babel (0.9.1-5) unstable; urgency=low * Added build dependency on python-setuptools (Closes: #467188) -- Christoph Haas Sun, 24 Feb 2008 15:59:39 +0100 python-babel (0.9.1-4) unstable; urgency=low * xargs in debian/rules now called with -r so it does not fail if "find" does not find files while fixing egg-info permissions (Closes: #464306) -- Christoph Haas Sat, 09 Feb 2008 09:33:52 +0100 python-babel (0.9.1-3) unstable; urgency=low * Previous uploaded wasn't built with -v so the ITP closing wasn't included in the .changes file. -- Christoph Haas Sat, 26 Jan 2008 10:36:14 +0100 python-babel (0.9.1-2) unstable; urgency=low * Incorrect suggestion dependency for python-babel-doc removed -- Christoph Haas Thu, 17 Jan 2008 15:01:08 +0100 python-babel (0.9.1-1) unstable; urgency=low * Initial release (Closes: #461087) -- Christoph Haas Wed, 16 Jan 2008 15:35:18 +0100 debian/python-babel.preinst0000644000000000000000000000073212250362606013164 0ustar #!/bin/sh set -e if [ "${1}" = "upgrade" ] ; then # What's below is needed for upgrading from packages before localedata was in an independent python-babel-localedata package. for i in /usr/lib/python2.* ; do if [ ! -h $i/dist-packages/babel/localedata ] && [ -d $i/dist-packages/babel/localedata ] ; then find $i/dist-packages/babel/localedata -maxdepth 1 -type l -name '*.dat' -delete rmdir $i/dist-packages/babel/localedata fi done fi #DEBHELPER# exit 0 debian/python-babel.prerm0000644000000000000000000000021012250362606012614 0ustar #!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove pybabel /usr/bin/pybabel-python2 fi #DEBHELPER# exit 0 debian/python3-babel.preinst0000644000000000000000000000110612250362606013243 0ustar #!/bin/sh set -e if [ "${1}" = "upgrade" ] ; then # What's below is needed for upgrading from packages before localedata was in an independent python-babel-localedata package. if [ ! -h /usr/lib/python3/dist-packages/babel/localedata ] && [ -d /usr/lib/python3/dist-packages/babel/localedata ]; then find /usr/lib/python3/dist-packages/babel/localedata -maxdepth 1 -type f -name '*.dat' -delete find /usr/lib/python3/dist-packages/babel/localedata -maxdepth 1 -type l -name '*.dat' -delete rmdir /usr/lib/python3/dist-packages/babel/localedata fi fi #DEBHELPER# exit 0 debian/python-babel-doc.doc-base0000644000000000000000000000056112250362606013720 0ustar Document: python-babel Title: Python Babel documentation Author: Edgewall Software Abstract: Babel Python module provides tools for internationalizing Python applications. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-babel-doc/html/index.html Files: /usr/share/doc/python-babel-doc/html/*.html /usr/share/doc/python-babel-doc/html/api/*.html debian/python3-babel.postinst0000644000000000000000000000023112250362606013440 0ustar #!/bin/sh set -e if [ "$1" = "configure" ] ; then update-alternatives --install /usr/bin/pybabel pybabel /usr/bin/pybabel-python3 200 fi #DEBHELPER# debian/python3-babel.prerm0000644000000000000000000000020012250362606012676 0ustar #!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove pybabel /usr/bin/pybabel-python3 fi #DEBHELPER# debian/compat0000644000000000000000000000000112250362606010365 0ustar 9debian/patches/0000755000000000000000000000000012250362606010617 5ustar debian/patches/0001-Fixup-get_currency_name-test.patch0000644000000000000000000000126512250362606017761 0ustar Description: Fixup get_currency_name test This test failed in environments where no default locale can be determined; make the test deterministic and add additional test for plurality. Author: James Page Date: Fri, 6 Dec 2013 11:49:26 +0000 --- a/tests/test_numbers.py +++ b/tests/test_numbers.py @@ -173,7 +173,8 @@ class NumberParsingTestCase(unittest.Tes def test_get_currency_name(): - assert numbers.get_currency_name('USD', 'en_US') == u'US dollars' + assert numbers.get_currency_name('USD', locale='en_US') == u'US Dollar' + assert numbers.get_currency_name('USD', count=2, locale='en_US') == u'US dollars' def test_get_currency_symbol(): debian/patches/series0000644000000000000000000000005012250362606012027 0ustar 0001-Fixup-get_currency_name-test.patch debian/control0000644000000000000000000000670612250362606010604 0ustar Source: python-babel Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Christoph Haas , Thomas Goirand Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3), python-pytest, python-setuptools, python-sphinx | python3-sphinx, python-tz, python3-all, python3-setuptools, python3-tz Standards-Version: 3.9.4 Homepage: http://babel.pocoo.org/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-babel/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-babel/trunk/ Package: python-pybabel Architecture: all Section: oldlibs Depends: python-babel, ${misc:Depends} Description: tools for internationalizing Python applications (transitional dummy package) Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This is a dummy package for transition from python-pybabel to python-babel. Package: python-babel Architecture: all Depends: python-babel-localedata (= ${source:Version}), python-pkg-resources, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: tools for internationalizing Python applications - Python 2.x Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package provides the Python 2.x module. Package: python3-babel Architecture: all Depends: python-babel-localedata (= ${source:Version}), python3-pkg-resources, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: tools for internationalizing Python applications - Python 3.x Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package provides the Python 3.x module. Package: python-babel-localedata Architecture: all Depends: ${misc:Depends} Description: tools for internationalizing Python applications - locale data files Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package contains the locale data files used by both python-babel and python3-babel. Package: python-babel-doc Architecture: all Section: doc Breaks: python-babel (<< 1.3-1) Replaces: python-babel (<< 1.3-1) Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: tools for internationalizing Python applications - documentation Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package contains the Babel documentation. debian/python-babel-doc.docs0000644000000000000000000000001012250362606013160 0ustar AUTHORS debian/python-babel-localedata.install0000644000000000000000000000016312250362606015233 0ustar babel/localedata/* usr/share/python-babel-localedata/localedata babel/global.dat usr/share/python-babel-localedata debian/rules0000755000000000000000000000540612265426320010255 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) %: dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc override_dh_auto_build: dh_auto_build -O--buildsystem=python_distutils # Generate the localedata folder data out of the xml files # downloaded in debian/repack scripts/import_cldr.py common override_dh_clean: dh_clean -O--buildsystem=python_distutils rm -rf babel/localedata/*.dat babel/global.dat override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-babel; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-babel; \ done mv debian/python-babel/usr/bin/pybabel debian/python-babel/usr/bin/pybabel-python2 mv debian/python3-babel/usr/bin/pybabel debian/python3-babel/usr/bin/pybabel-python3 override_dh_python2: dh_python2 -O--buildsystem=python_distutils set -e && for pyvers in $(PYTHONS); do \ rm debian/python-babel/usr/lib/python$$pyvers/dist-packages/babel/localedata/*.dat ; \ rmdir debian/python-babel/usr/lib/python$$pyvers/dist-packages/babel/localedata ; \ ln -s ../../../../share/python-babel-localedata/localedata debian/python-babel/usr/lib/python$$pyvers/dist-packages/babel/localedata ; \ rm debian/python-babel/usr/lib/python$$pyvers/dist-packages/babel/global.dat ; \ ln -s ../../../../share/python-babel-localedata/global.dat debian/python-babel/usr/lib/python$$pyvers/dist-packages/babel/global.dat ; \ done override_dh_python3: dh_python3 -O--buildsystem=python_distutils rm -r debian/python3-babel/usr/lib/python3/dist-packages/babel/localedata ; \ ln -s ../../../../share/python-babel-localedata/localedata debian/python3-babel/usr/lib/python3/dist-packages/babel/localedata ; \ rm -r debian/python3-babel/usr/lib/python3/dist-packages/babel/global.dat ; \ ln -s ../../../../share/python-babel-localedata/global.dat debian/python3-babel/usr/lib/python3/dist-packages/babel/global.dat ; \ override_dh_installdocs: sphinx-build docs docs/_build dh_installdocs -O--buildsystem=python_distutils mkdir -p debian/python-babel-doc/usr/share/doc/python-babel-doc/html cp -auxf docs/_build/* debian/python-babel-doc/usr/share/doc/python-babel-doc/html override_dh_sphinxdoc: dh_sphinxdoc -O--buildsystem=python_distutils rm debian/python-babel-doc/usr/share/doc/python-babel-doc/html/_sources/license.txt override_dh_auto_clean: rm -rf docs/_build build Babel.egg-info dh_auto_clean -O--buildsystem=python_distutils get-orig-source: uscan --noconf --force-download --rename --download-current-version #ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) #override_dh_auto_test: # py.test tests #endif debian/python-babel.postrm0000644000000000000000000000023112250362606013016 0ustar #!/bin/sh set -e if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then update-alternatives --remove pybabel /usr/bin/pybabel-python2 fi #DEBHELPER# debian/source/0000755000000000000000000000000012233402240010456 5ustar debian/source/format0000644000000000000000000000001412250362606011676 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004612250362606012106 0ustar extend-diff-ignore = "^.*\.(po|pot)$" debian/watch0000644000000000000000000000022112250362606010214 0ustar version=3 opts="dversionmangle=s/\+dfsg\.\d+$//" \ https://pypi.python.org/packages/source/B/Babel/Babel-([\d\.]+)\.tar\.gz debian debian/repack