summaryrefslogtreecommitdiffhomepage
path: root/debian/changelog
blob: 730cbdb8d74af8d9166f22c1f733650203bb430d (plain)
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
git-buildpackage (0.2.28) unstable; urgency=low

  * UNRELEASED
  * git-import-orig: support import of tar.bz2 (Closes: #423254)
  * type fixes by Aurélien GÉRÔME. Thanks! (Closes: #422171)

 -- Guido Guenther <agx@sigxcpu.org>  Sun, 13 May 2007 14:13:00 +0200

git-buildpackage (0.2.27) unstable; urgency=low

  * git_load_dirs now supports --summary, use this for nicer import messages
  * bump versioned dependency on git-load-dirs therefore
  * improve tagging messages

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 12 Apr 2007 18:25:40 +0200

git-buildpackage (0.2.26) unstable; urgency=low

  * use GbpError everywhere
  * move commands into a submodule
  * git-import-orig: pass --verbose on to git_load_dirs
  * use default python version in setup.py
  * depend on a git that has the "removed files left in working copy after
    merge" bug (#410325)
  * adjust to new output of git-status in git 1.5

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 27 Feb 2007 19:11:06 +0100

git-buildpackage (0.2.25) unstable; urgency=low

  * posttag support for git-buildpackage: use --git-posttag to run a command
    after a successfull build and tag (e.g. --git-posttag='git-push --tags
    git.alioth.org')
  * repositories that weren't created by git-import-dsc and never had the
    upstream sources as a single commit (let alone an upstream branch) can be
    made git-import-orig compatible by using git's grafts - mention this in
    the manual. This (Closes: #403988) since with this every git repo can use
    git-import-orig (with some preparation).
  * Allow to specify the tag format. The format of generated tags can now be
    specified via the debian-tag and upsteam-tag options. The default now puts
    debian tags and upstream tags into different namespaces (Closes: #408990).
  * add example for pbuilder

 -- Guido Guenther <agx@sigxcpu.org>  Fri,  2 Feb 2007 16:26:52 +0100

git-buildpackage (0.2.24) unstable; urgency=low

  * add XS-Vcs-Git
  * fix error message in case the upstream branch doesn't exist

 -- Guido Guenther <agx@sigxcpu.org>  Sat, 13 Jan 2007 22:05:23 +0100

git-buildpackage (0.2.23) unstable; urgency=low

  * depend on gtk-doc-tools, sgml2x and jade (Closes: #404673)
  * use docbook-utils insted of docbook-to-man
  * docbook updates

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 29 Dec 2006 18:18:50 +0100

git-buildpackage (0.2.22) unstable; urgency=low

  * git-buildpackage: check if upstream branch exists
  * git-import-dsc: improve error handling
  * add GitRepository class
  * make pylint a bit happier
  * update manpages

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 26 Dec 2006 00:27:44 +0100

git-buildpackage (0.2.21) unstable; urgency=low

  * While dpkg-buildpackage's -i argument takes a regexp -I doesn't - fix
    inclusion of git metadata in debian native packages

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 22 Dec 2006 17:59:49 +0100

git-buildpackage (0.2.20) unstable; urgency=low

  * git-import-orig: improve error message when the upstream branch cannot be
    found. We cannot create the branch automatically since on repositories
    not created by git-import-dsc it's not clear where to branch from.
    (Closes: #403990)
  * remove pointless patch arguments from most of the git helper functions
  * add some more documentation

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 22 Dec 2006 17:30:11 +0100

git-buildpackage (0.2.19) unstable; urgency=low

  * git-buildpackage: add an option (--git-cleaner) that allows to specify
    a different clean command (Closes: #403987)
  * depend on a git-core that has git-archive
  * s/keyid/GPG keyid/
  * minor fixes all over the place

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 21 Dec 2006 15:18:40 +0100

git-buildpackage (0.2.18) experimental; urgency=low

  * git-buildpackage: detect the branch we're on and bail out if it's not the
    debian branch 
  * doc updates

 -- Guido Guenther <agx@sigxcpu.org>  Sun, 10 Dec 2006 14:57:35 +0100

git-buildpackage (0.2.17) experimental; urgency=low

  * fix wrong default debian branch
  * git-buildpackage: fix typo in git-ignore-new

 -- Guido Guenther <agx@sigxcpu.org>  Sat,  9 Dec 2006 13:22:33 +0100

git-buildpackage (0.2.16) experimental; urgency=low

  * git-buildpackage: properly pass builder args

 -- Guido Guenther <agx@sigxcpu.org>  Fri,  8 Dec 2006 17:13:32 +0100

git-buildpackage (0.2.15) experimental; urgency=low

  * git-buildpackage now supports signed tags via the "sign-tag" and "keyid"
    options. This allows us to have a nice "trustable" history. See:
         http://www.kernel.org/pub/software/scm/git/docs/
    on how this ensured.

 -- Guido Guenther <agx@sigxcpu.org>  Wed,  6 Dec 2006 22:04:41 +0100

git-buildpackage (0.2.14) experimental; urgency=low

  * config file parsing to set default branches and build commands

 -- Guido Guenther <agx@sigxcpu.org>  Tue,  5 Dec 2006 19:36:41 +0100

git-buildpackage (0.2.13) experimental; urgency=low

  * fix typos in 'git-buildpackage -v'

 -- Guido Guenther <agx@sigxcpu.org>  Sun,  3 Dec 2006 22:27:11 +0100

git-buildpackage (0.2.12) experimental; urgency=low

  * upload to experimental (Closes: #389710)
  * bump dependency on git-load-dirs again

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 30 Nov 2006 09:47:33 +0100

git-buildpackage (0.2.11) git-buildpackage; urgency=low

  * git-buildpackage: use pipes module instead of os.system
  * git-import-orig: fix printout of branch name 

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 28 Nov 2006 16:33:54 +0100

git-buildpackage (0.2.10) git-buildpackage; urgency=low

  * build an orig.tar.gz if nones there

 -- Guido Guenther <agx@sigxcpu.org>  Sun, 19 Nov 2006 14:17:40 +0100

git-buildpackage (0.2.9) git-buildpackage; urgency=low

  * depend on a fixed git-load-dirs that contains the git_load_dirs executable
  * git-import-dsc: fix importing debian native packages 

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 14 Nov 2006 12:39:26 +0100

git-buildpackage (0.2.8) git-buildpackage; urgency=low

  * sanitze_version: strip of epochs
  * don't use a regexp for version parsing on import
  * minor cosmetic cleanups all over the place
  * README: no need to mention git-load-dirs anymore, it's in unstable now.
    Thanks John.
  * git-import-orig: implement "--no-merge"

 -- Guido Guenther <agx@sigxcpu.org>  Wed,  8 Nov 2006 10:36:55 +0100

git-buildpackage (0.2.7) git-buildpackage; urgency=low

  * more robust regex matching 
  * sanitize all version numbers before running git-tag

 -- Guido Guenther <agx@sigxcpu.org>  Fri,  6 Oct 2006 18:40:12 +0200

git-buildpackage (0.2.6) git-buildpackage; urgency=low

  * run pychecker during build
  * also filter out git metadata when building tarballs, not only when
    building diffs (affects Debian native packages)
  * git-import-dsc: allow for '+' in Debian as well as upstream version
    numbers
  * check if we're at the top level of a git repository before starting the
    build

 -- Guido Guenther <agx@sigxcpu.org>  Thu,  5 Oct 2006 19:46:23 +0200

git-buildpackage (0.2.5) git-buildpackage; urgency=low

  * fix syntax error in tag replacement
  * minor manpage reformating 
  * cleanup generated manpage.* files

 -- Guido Guenther <agx@sigxcpu.org>  Thu,  5 Oct 2006 11:21:01 +0200

git-buildpackage (0.2.4) git-buildpackage; urgency=low

  * add manpages 

 -- Guido Guenther <agx@sigxcpu.org>  Wed,  4 Oct 2006 19:39:13 +0200

git-buildpackage (0.2.3) git-buildpackage; urgency=low

  * git doesn't like '~' in tag names so replace this with a dot when tagging 

 -- Guido Guenther <agx@sigxcpu.org>  Mon,  2 Oct 2006 18:30:20 +0200

git-buildpackage (0.2.2) git-buildpackage; urgency=low

  * git-import-dsc: don't fail if the dsc is a plain filename without a
    directory component
  * git-buildpackage: add --git-verbose option
  * git-import-{orig,dsc}: allow to set the name of the upstream branch 

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 29 Sep 2006 19:08:08 +0200

git-buildpackage (0.2.1) git-buildpackage; urgency=low

  * git-import-orig: don't try import new upstream versions when there
    are uncommitted changes
  * git-buildpackage: use helpers from git_buildpackage 

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 27 Sep 2006 12:15:47 +0200

git-buildpackage (0.2) git-buildpackage; urgency=low

  * git-import-dsc: import of debian native packages

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 27 Sep 2006 00:40:46 +0200

git-buildpackage (0.01) unstable; urgency=low

  * Initial release

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 12 Sep 2006 14:55:57 +0200