[Debian-l10n-commits] [translate-toolkit] branch master updated (5409a37 -> fd2fc2d)
Stuart Prescott
stuart at alioth.debian.org
Fri Oct 11 13:59:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
stuart pushed a change to branch master
in repository translate-toolkit.
from 5409a37 Move python-sphinx to Build-Depends
new 13819ec Remove dependencies on python-aeidon
new a83f537 Update README.source for move to git
new 2e18258 Change VCS header to shut lintian up
new fd2fc2d Prepare changelog for release
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/README.Debian | 18 ++++++++++++++++++
debian/README.source | 8 ++++++--
debian/changelog | 7 +++++++
debian/control | 4 +---
debian/rules | 5 +++++
5 files changed, 37 insertions(+), 5 deletions(-)
create mode 100644 debian/README.Debian
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..edbe969
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,18 @@
+
+The po2sub and sub2po utilities make use of the python "aeidon" module.
+This module has been ported to python3 and so is no longer available in
+Debian. To be able to use po2sub/sub2po, you can either
+
+* install the last compatible version of aeidon (0.19.2) from the upstream
+ sources
+
+ http://download.gna.org/gaupol/0.19/gaupol-0.19.2.tar.gz
+
+* install the last compatible python-aeidon package from Debian wheezy
+ (note: other package dependencies might prevent this)
+
+ http://snapshot.debian.org/archive/debian/20111127T033216Z/pool/main/g/gaupol/python-aeidon_0.19.2-1_all.deb
+
+po2sub and sub2po are located in /usr/share/doc/translate-toolkit/examples/.
+
+
diff --git a/debian/README.source b/debian/README.source
index 91454a0..620c5e5 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,6 +6,10 @@ modification, and remove an existing modification on:
================================================================================
-This package uses svn-buildpackage, on the following repository:
- svn://svn.debian.org/svn/debian-l10n/translate-toolkit/
+This package uses git-buildpackage, on the following repository:
+
+ git://git.debian.org/debian-l10n/translate-toolkit.git
+
+The unpatched source is stored in git along with discrete patches
+in debian/patches.
diff --git a/debian/changelog b/debian/changelog
index 8142cf5..b8056cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+translate-toolkit (1.10.0-2) unstable; urgency=low
+
+ * Remove build and runtime dependencies on obsolete package python-aeidon
+ (Closes: #714063)
+
+ -- Stuart Prescott <stuart at debian.org> Sat, 12 Oct 2013 00:30:10 +1100
+
translate-toolkit (1.10.0-1) unstable; urgency=low
* New upstream version (Closes: #585834, #703170).
diff --git a/debian/control b/debian/control
index 08dc9d9..8f6b2e5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders:
Maintainer: Debian l10n developers <debian-l10n-devel at lists.alioth.debian.org>
Build-Depends-Indep:
python (>= 2.6.6-3~),
- python-aeidon,
python-iniparse,
python-lucene,
python-lxml,
@@ -19,7 +18,7 @@ Build-Depends:
dpkg-dev (>= 1.16.1~),
python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.4
-Vcs-Git: git://git.debian.org/debian-l10n/translate-toolkit.git
+Vcs-Git: git://anonscm.debian.org/debian-l10n/translate-toolkit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-l10n/translate-toolkit.git
Homepage: http://toolkit.translatehouse.org/
@@ -34,7 +33,6 @@ Depends:
${sphinxdoc:Depends}
Recommends:
iso-codes,
- python-aeidon,
python-beautifulsoup,
python-chardet,
python-enchant,
diff --git a/debian/rules b/debian/rules
index 5cf5130..e7f6854 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,11 @@ override_dh_install: man docs
$(d)/usr/lib/pyshared/translate/$$i; \
done
prename 's/.sh//' $(d)/usr/bin/build_firefox.sh
+ mkdir $(d)/usr/share/doc/$(p)/examples
+ mv $(d)/usr/bin/po2sub $(d)/usr/bin/sub2po \
+ $(d)/usr/share/doc/$(p)/examples
+ cp man/po2sub.1 man/sub2po.1 \
+ $(d)/usr/share/doc/$(p)/examples
override_dh_installchangelogs:
dh_installchangelogs docs/changelog.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-l10n/translate-toolkit.git
More information about the Debian-l10n-commits
mailing list