[Pkg-privacy-commits] [obfsproxy] 14/17: Merge tag 'debian/0.2.3-1__squeeze+1' into tpo-lucid-backport
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch tpo-lucid-backport
in repository obfsproxy.
commit 49c2f70b57734122ce2995352044448d687d1738
Merge: 6d44867 39a61c2
Author: Jérémy Bobbio <lunar at debian.org>
Date: Sat Oct 5 17:58:21 2013 +0200
Merge tag 'debian/0.2.3-1__squeeze+1' into tpo-lucid-backport
Format: 1.8
Date: Sat, 05 Oct 2013 17:54:16 +0200
Source: obfsproxy
Binary: obfsproxy
Architecture: source all
Version: 0.2.3-1~~squeeze+1
Distribution: squeeze-backport
Urgency: low
Maintainer: Jérémy Bobbio <lunar at debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
obfsproxy - pluggable transport proxy for Tor
Changes:
obfsproxy (0.2.3-1~~squeeze+1) squeeze-backport; urgency=low
.
* Build for squeeze-backport.
.
obfsproxy (0.2.3-1) unstable; urgency=low
.
* New upstream release.
* Adjust Build-Depends to match new requirements.
* Generate proper Depends for the new upstream version using pydist.
* Drop obsolete patch.
* Add watch file.
.
obfsproxy (0.2.1-4) unstable; urgency=low
.
* Fix Vcs-Git URL.
* Adjust Section to match the archive override.
* Migrate to dh_python2.
* Run upstream test suite using autopkgtest.
* Add Homepage field.
.
obfsproxy (0.2.1-3) unstable; urgency=low
.
* Upload to unstable.
Checksums-Sha1:
20571e6aa02d1df5358e784961f86092416cb1fa 1137 obfsproxy_0.2.3-1~~squeeze+1.dsc
6d667efe25b47a6720009c694c3bafb373058728 7008 obfsproxy_0.2.3-1~~squeeze+1.debian.tar.gz
59b2eff5702980801c7573c9fb9250a5003baf7d 41320 obfsproxy_0.2.3-1~~squeeze+1_all.deb
Checksums-Sha256:
0c103f591bb8dea3e0270168757828600758b73ec2d6fc48a6221cfcf4031af5 1137 obfsproxy_0.2.3-1~~squeeze+1.dsc
8f8892f71df94fbd80576f7103bcf9185226419f3ca1df39e88c2991f80a7bfa 7008 obfsproxy_0.2.3-1~~squeeze+1.debian.tar.gz
ed6b30b872ff87ca5d3a2c1bf3fbc2e1929d67bd80594cb85a7f77108d03fbc0 41320 obfsproxy_0.2.3-1~~squeeze+1_all.deb
Files:
60414e8a7faf4053ccfcb1fd44203e86 1137 net extra obfsproxy_0.2.3-1~~squeeze+1.dsc
41c43bc57f38dee2d6233bf57f7f6767 7008 net extra obfsproxy_0.2.3-1~~squeeze+1.debian.tar.gz
67a2d19dfaebbec2464611acfde207c5 41320 net extra obfsproxy_0.2.3-1~~squeeze+1_all.deb
ChangeLog | 20 +
INSTALL | 4 +-
LICENSE | 193 -----
PKG-INFO | 2 +-
README | 3 +-
TODO | 2 +-
bin/obfsproxy | 18 +-
debian/changelog | 32 +
debian/control | 15 +-
...ibility-hack-to-the-registred-entry-point.patch | 59 --
debian/patches/series | 1 -
debian/pydist-overrides | 1 +
debian/rules | 2 +-
debian/tests/control | 1 +
debian/tests/upstream-tests | 12 +
debian/watch | 3 +
doc/HOWTO.txt | 50 +-
doc/licenses/LICENSE.PYTHON | 773 ---------------------
obfsproxy/_version.py | 4 +-
obfsproxy/common/argparser.py | 12 +
obfsproxy/managed/client.py | 17 +-
obfsproxy/managed/server.py | 28 +-
obfsproxy/network/extended_orport.py | 150 ++--
obfsproxy/network/launch_transport.py | 2 +-
obfsproxy/network/socks.py | 19 +-
obfsproxy/pyobfsproxy.py | 22 +-
setup.py | 11 +-
27 files changed, 278 insertions(+), 1178 deletions(-)
diff --cc debian/changelog
index 6424c6c,1db1d7a..6693ceb
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,35 +1,42 @@@
+ obfsproxy (0.2.3-1~~squeeze+1) squeeze-backport; urgency=low
+
+ * Build for squeeze-backport.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sat, 05 Oct 2013 17:54:16 +0200
+
+ obfsproxy (0.2.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Adjust Build-Depends to match new requirements.
+ * Generate proper Depends for the new upstream version using pydist.
+ * Drop obsolete patch.
+ * Add watch file.
+
+ -- Jérémy Bobbio <lunar at debian.org> Fri, 20 Sep 2013 17:05:42 +0200
+
+ obfsproxy (0.2.1-4) unstable; urgency=low
+
+ * Fix Vcs-Git URL.
+ * Adjust Section to match the archive override.
+ * Migrate to dh_python2.
+ * Run upstream test suite using autopkgtest.
+ * Add Homepage field.
+
+ -- Jérémy Bobbio <lunar at debian.org> Wed, 28 Aug 2013 21:14:23 +0200
+
+ obfsproxy (0.2.1-3) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sun, 05 May 2013 20:53:53 +0200
+
+obfsproxy (0.2.1-2~lucid+1) lucid-backport; urgency=low
+
+ * Build for lucid-backport:
+ - Switch back to debhelper 7 and hope for the best.
+
+ -- Jérémy Bobbio <lunar at debian.org> Tue, 16 Apr 2013 20:01:49 +0000
+
obfsproxy (0.2.1-2~~squeeze+1) squeeze-backport; urgency=low
* Build for squeeze-backport:
diff --cc debian/control
index a29f9db,b5313b9..ce75bc4
--- a/debian/control
+++ b/debian/control
@@@ -1,9 -1,9 +1,9 @@@
Source: obfsproxy
Maintainer: Jérémy Bobbio <lunar at debian.org>
- Section: python
+ Section: net
Priority: extra
Build-Depends: asciidoc,
- debhelper (>= 8),
+ debhelper (>= 7.0.50~),
docbook-xsl,
python-argparse,
python-crypto,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list