File: changelog

package info (click to toggle)
git-stuff 11-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 468 kB
  • sloc: sh: 1,072; perl: 152; makefile: 128
file content (157 lines) | stat: -rw-r--r-- 6,404 bytes parent folder | download
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
git-stuff (11-1) unstable; urgency=low

  * Updating to standards version 3.9.3.
  * Updating to debhelper version 9.
  * Updating copyright file machine-readable format version 1.0.
  * Removing temporary commit message cruft in 9-1 changelog.
  * Using .sh suffix for /etc/profile.d includes.
  * Updating git-upstream-tar for xz compressed tarballs.
  * Adding -F to git-repack in git-repack-repositories.
  * Updating GPL boilerplate in copyright.
  * Switching to xz compression.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 30 Jun 2012 19:05:51 +0200

git-stuff (10-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Updating todo file.
  * Adding git-whoami to package description.
  * Using full stop for utilities list in package long-description.
  * Correcting spelling typo in package description.
  * Making git-repack-repositories-cron silent if its disabled.
  * Moving to a common git-stuff default and cron file in preparation
    for additional jobs being added.

  [ Michael Dorrington ]
  * Spelling correction of the word 'remember'.

  [ Daniel Baumann ]
  * Correcting spelling typo in workflow documentation, thanks to Thomas
    Jampen <jampen@cryptography.ch>.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Fri, 09 Mar 2012 16:02:38 +0100

git-stuff (9-1) unstable; urgency=low

  * Adding git-cherry-pick-recursive script.
  * Documenting git-cherry-pick-recursive.
  * Unifying name entries in manpages.
  * Documenting git-debian-changelog.
  * Adding g alias for git in git-stuff profile.
  * Updating todo file.
  * Setting debconf questions to unseen when the answer is read from
    conffile.
  * Adding git-whoami script from Peter Eisentraut
    <peter@eisentraut.org>.
  * Adding manpage for git-whoami.
  * Correcting some consistency errors in manpages.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 23 Nov 2011 23:05:58 +0100

git-stuff (8-1) unstable; urgency=low

  * Updating todo file.
  * Adding shebang in git-stuff example shortcut script.
  * Adding ciabot.sh as git-hook-notification-cia.
  * Removing useless whitespaces from git-hook-notification-cia.
  * Using compression level 9 also for binary packages.
  * Documenting git-debian-add.
  * Updating usage message of git-debian-changelog.
  * Respecting editor variable in bash shortcuts for dc command.
  * Adding old packaging workflow to docs, need to be updated and
    transformed in a full guide later.
  * Adding old packaging recommendations to docs, need to be updated and
    transformed in a full guide later.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 08 Oct 2011 13:15:44 +0200

git-stuff (7-1) unstable; urgency=low

  * Creating cron job directory in postinst (Closes: #640598).
  * Updating bash shortcuts example file for git cherry-pick.
  * Documenting git-commit-lazy.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 06 Sep 2011 13:05:44 +0200

git-stuff (6-1) unstable; urgency=low

  * Adding git-amend-all script.
  * Adding git-commit-lazy script.
  * Adding shortcut example file for /etc/profile.d.
  * Adding documentation for git-amend-all.
  * Improving git-checkout-branches long-description.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 05 Sep 2011 13:37:44 +0200

git-stuff (5-1) unstable; urgency=low

  * Correcting wrong license description in copyright.
  * Adding manpage for git-checkout-branches.
  * Completing German translation for git-stuff manpage.
  * Adding git-checkout-branches to package long-description.
  * Adding common functions file.
  * Avoid subdirectory docs when installing documentation files into
    /usr/share/doc/git-stuff.
  * Adding check for git metadata in git-upstream-add script.
  * Adding mode support for different distributions.
  * Adding symlinks for progress.
  * Silencing rmdir calls in makefile.
  * Correcting script name that gets called in /etc/cron.d/git-repack-
    repositories, thanks to Aaron M. Ucko <ucko@debian.org> (Closes:
    #640016).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 01 Sep 2011 16:34:41 +0200

git-stuff (4-1) unstable; urgency=low

  * Correcting wrong email address in previous changelog entry.
  * Unmarking debconf strings for translation (Closes: #637515).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 13 Aug 2011 07:36:47 +0200

git-stuff (3-1) unstable; urgency=low

  * Move --quiet invocation from git-repack-repositories-cron to the
    actual cronjob, that way the cron job is verbose when manually
    invoked.
  * Making git-repack-repositories-cron to be recursive by default.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 09 Aug 2011 16:15:10 +0200

git-stuff (2-1) unstable; urgency=low

  * git-debian-tag: Strip leading 'debian/' from tags.
  * Adding mr to recommends.
  * Making uid/gid restoration generic in git-repack-repositories.
  * Consistenly using underscore in variables of git-repack-repositories
    script.
  * Adding git-repack-repositories-cron script.
  * Adding quiet option to git-repack-repositories in order to be called
    from git-repack-repositories-cron.
  * Adding debconf integration for /etc/default/git-repack-repositories.
  * Adding git-commit-notice script from alioth.debian.org.
  * Using VCS rather than SCM in subject of the mails generated by git-
    commit-notice.
  * Adding git-ciabot.pl script from alioth.debian.org.
  * Adding git-post-receive-tag-pending script from alioth.debian.org.
  * Renaming git-ciabot.pl to git-hook-notification-cia.pl for
    consistency.
  * Renaming git-commit-notice to git-hook-notification-email for
    consistency.
  * Renaming git-post-receive-tag-pending to git-hook-notification-bts
    for consistency.
  * Changing from address in git-hook-notification-cia.pl from
    admin@alioth.debian.org to git-stuff@packages.qa.debian.org.
  * Prefering local repository configuration for projectroot and
    baseurlover debian defaults in git-hook-notification-bts.
  * Excluding git-hooks-notifications-bts from bashism check (it's
    bash).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 09 Aug 2011 14:22:34 +0200

git-stuff (1-1) unstable; urgency=low

  * Initial release.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 26 Jul 2011 20:51:05 +0200