-
Notifications
You must be signed in to change notification settings - Fork 102
/
CHANGELOG.txt
108 lines (65 loc) · 3.36 KB
/
CHANGELOG.txt
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
= Release 0.2.2 (2009-01-29) =
2009-01-29 Rename README.txt to README.rst so it renders on github
better.
2009-06-29 Integrate zooko's autofind-depends patch.
2008-04-28 Allow comments after config entry
= Release 0.2.1 (2008-04-26) =
2008-04-26 Find .egg-info directory in debian/rules using a glob
rather than attempting to guess it, which was fragile.
2008-04-26 Use Python2.5's subprocess.check_call() instead of our
home-brewed version.
2008-04-26 Use "date -R" instead of "822-date".
2008-04-26 Erase temporary directories created on prior run of stdeb.
2008-04-26 Don't break if no author is specified in setup.py.
2008-04-26 Add tests for more styles of packages.
= Release 0.2 (2008-04-26) =
2008-03-27 Add ability to pass environment variables to setup.py
script.
2008-03-18 Do not allow '.' in source package names.
2008-01-20 Allows a user to build every dependency a package has
stated on it's setup.py, recursively.
2007-10-29 Allow upstream tarball to have different name from debian
.orig.tar.gz but keep md5sum.
2007-05-28 Fix bug where python distribution name contained '-' but
setuptools renamed this to '_'.
2007-05-11 Fix py2dsc script to properly set __file__ and __name__.
2007-04-18 Fix bug where .egg-info renaming failed when upstream
version contained '-'.
= Release 0.2.a1 (2007-04-02) =
2007-04-02 Make default distribution 'unstable'
2007-03-28 Removed versioned Python interpreter from packages in
/usr/bin and /usr/lib. Bump version to 0.2.a1. Include
version in autogenerated debian/rules and debian/changelog.
2007-03-15 pycentral support enabled by default
2007-02-04 fix for cases in which setup.py wants __file__ variable
2006-09-07 added --patch-posix to support posix-mode patches
2006-09-07 always extract source using "dpkg-source -x"
2006-09-07 moved working directory for patches one level shallower
(may require patch level 1 instead of patch level 0)
2006-08-25 added Forced-Upstream-Version field in .cfg file
2006-08-22 patching source works when --premade-distfile option is
given but distfile must be regenerated
2006-08-22 patch level supported via --patch-level option
2006-08-22 Add support for bzip2 tarballs
2006-08-13 Generate source by copying tree, not "python setup.py
sdist"
2006-08-13 Patches can be applied prior to first call to setup.py
2006-07-21 Allow patches to upstream source via Stdeb-Patch-File in
.cfg file.
2006-07-21 Don't bother trying to rename .egg-info directories.
2006-07-09 Ability to specify MIME-Desktop-Files, MIME-File, and
Shared-MIME-File in configuration file.
2006-07-09 Use of dh_python for generation of postinst and prerm
scripts.
2006-07-05 Auto-generation of debian/postinst and debian/prerm scripts
that create and remove .pyc and .pyo files.
2006-06-21 Upstream .tar.gz files can be used exactly, allowing
md5sums to match.
2006-06-21 Expanded source directory is only deleted when commandline
option is set.
===========================================================
2006-06-14 Release 0.1, svn version 11
2006-06-18 Refactored to support calling from scripts.
===========================================================
2006-06-14 Release 0.0.1, svn version 3
2006-06-14 Initial import of repository and initial release.