1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
python-pyramid (1.5.1+dfsg-2) unstable; urgency=medium
* debian/copyright: Add Ian Bicking's infomation. (Closes: #753393)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 09 Jul 2014 18:24:56 +0900
python-pyramid (1.5.1+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #751067)
* d/rules:
- Remove comment for repacking orig.tar.gz.
- Switch to --buildsystem=pybuild and add dh_python3.
- override_dh_auto_install: Append '3' to /usr/bin scripts in the
python3-pyramid binary package.
- override_dh_installman: Use help2man to create manpages for all the
/usr/bin scripts.
- Remove obsolete chmods. (Closes: #750284)
* d/control:
- Added python3-pyramid binary package.
- Updated Build-Depends.
- Bumped Standards-Version to 3.9.5 with no other changes necessary.
* d/README.source: include information on how the non-free docs/
directory gets removed from the orig tarball.
* d/copyright: Add Files-Excluded header to properly and automatically
prune non-free docs directory.
* d/watch: Add filenamemangle rule so that a proper +dfsg.orig.tar.gz
file will be generated, keeping svn-buildpackage happy.
* d/pydist-overrides: Fix requirement satisfaction for WebOb and WebTest.
* d/patches/tweak-requirements.patch: Added to disable attempts to
install test requirements from PyPI at build time.
-- Barry Warsaw <barry@debian.org> Fri, 27 Jun 2014 15:14:50 -0400
python-pyramid (1.4.5+dfsg-1) unstable; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 06 Sep 2013 11:23:08 +0900
python-pyramid (1.4.2+dfsg-1) unstable; urgency=low
[ TANIGUCHI Takaki ]
* New upstream release
* Bump Standards-Version to 3.9.4.
+ debian/copyright: Update copyright-format 1.0.
* debian/source/options: Ignore egg-file changes. (Closes: #671195)
* New upstream release
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 17 Jun 2013 21:14:50 +0900
python-pyramid (1.2.3+dfsg-1) unstable; urgency=low
[ Ansgar Burchardt ]
* Make dependency on python-pastescript versioned (>= 1.7.4).
[ TANIGUCHI Takaki ]
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 01 Dec 2011 10:39:14 +0900
python-pyramid (1.2.1+dfsg-2) unstable; urgency=low
* Oops, Depends on python-venusian >= 1.0a1.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 02 Oct 2011 20:44:39 +0900
python-pyramid (1.2.1+dfsg-1) unstable; urgency=low
* New upstream release
* Depends on python-venusian >= 1.0a. (Closes: #643915)
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 02 Oct 2011 20:14:51 +0900
python-pyramid (1.2+dfsg-1) unstable; urgency=low
[ Jakub Wilk ]
* Add Vcs-* fields.
[ TANIGUCHI Takaki ]
* New upstream release. (Closes: #636469)
* Remove docs due to under non-DFSG license. (Closes: #640066, #640780)
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 20 Sep 2011 11:13:14 +0900
python-pyramid (1.1.2-1) unstable; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 19 Aug 2011 13:46:16 +0900
python-pyramid (1.1.1-1) unstable; urgency=low
* New upstream release
* Remove duplicated changelogs.
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 15 Aug 2011 22:58:48 +0900
python-pyramid (1.1-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.2.
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 02 Aug 2011 23:32:59 +0900
python-pyramid (1.0-1) unstable; urgency=low
* New upstream release
* switch to dh_python2.
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 23 Mar 2011 21:32:39 +0900
python-pyramid (1.0~b3-1) UNRELEASED; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 30 Jan 2011 22:58:18 +0900
python-pyramid (1.0~b2-2) UNRELEASED; urgency=low
* debian/watch: update uversionmangle to handle alpha and rc versions
* remove PKG-INFO and requires.txt files via debian/clean and thus drop
debian-changes-1.0~b2-1
* add "python (>= 2.6) | python-simplejson" to Depends, ipython to Suggests
-- Piotr Ożarowski <piotr@debian.org> Wed, 26 Jan 2011 13:49:07 +0100
python-pyramid (1.0~b2-1) unstable; urgency=low
* Initial release (Closes: #604995)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 26 Jan 2011 19:26:11 +0900
|