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
|
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
|