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
|
metastore (1:20120611) unstable; urgency=low
[ Romain Francoise ]
* Switch to debhelper compat level 9.
* Enable all hardening options.
* Don't overwrite environment CFLAGS, use CPPFLAGS.
* Bump Standards-Version to 3.9.3, no changes needed.
[ Przemyslaw Pawelczyk ]
* Remove no longer needed debian/{source/format,watch} files.
-- Przemyslaw Pawelczyk <przemoc@gmail.com> Mon, 11 Jun 2012 11:30:52 +0200
metastore (1:20120607) unstable; urgency=low
[ Zak Wilcox ]
* Fix false error when writing zero-length records (LP: #937306);
"error" caused exit, prematurely ending update of .metastore file,
thus corrupting it in almost all imaginable cases.
-- Przemyslaw Pawelczyk <przemoc@gmail.com> Thu, 07 Jun 2012 20:43:38 +0200
metastore (1:20120210) unstable; urgency=low
* Add option preventing metastore from omitting .git directories.
-- Przemyslaw Pawelczyk <przemoc@gmail.com> Fri, 10 Feb 2012 01:23:47 +0100
metastore (1+20080623+debian-2) unstable; urgency=low
* New maintainer (closes: #540588).
* Fix getopt parsing of -f (closes: #594134).
* Remove prompting from example Git pre-commit hook (closes: #469250);
hooks now run with stdin closed (since Git version 1.5.4) and
prompting will not work when using a high-level interface such as
git-gui or Emacs anyway.
* Switch (back) to a minimal rules files; restores missing examples.
* Switch to source format 3.0 (quilt).
* Add debian/watch.
* Bump Standards-Version to 3.9.1, no changes needed.
-- Romain Francoise <rfrancoise@debian.org> Sun, 12 Sep 2010 10:56:36 +0200
metastore (1+20080623+debian-1) unstable; urgency=low
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Sun, 09 Aug 2009 01:16:56 +0200
metastore (1+20080623+debian) unstable; urgency=low
* New maintainer (Closes: #486897).
* New upstream checkout, tarball built without debian directory.
* Replacing package descriptions with text from Davids homepage.
* Upgrading package to standards 3.8.0.
* Seting correct value for homepage field.
* Adding ${misc:depends} to depends.
* Adding/Updating vcs fields.
* Rewriting copyright in machine-interpretable format.
* Removing unused dirs debhelper.
* Rewriting rules file in traditional way.
-- Daniel Baumann <daniel@debian.org> Fri, 19 Sep 2008 13:06:00 +0200
metastore (1-4) unstable; urgency=low
* debhelper v7; rules file minimisation
* Orphaned the package.
-- Joey Hess <joeyh@debian.org> Wed, 18 Jun 2008 16:16:15 -0400
metastore (1-3) unstable; urgency=low
* detect nonexistant users/groups and print a warning message that
includes the pathname
* Merge upstream changes through ed7e4217e2eae466bab88cd425c71ac22a0340c5:
- First stab at supporting the option of automatically creating empty
directories which are missing. Closes: #460998
- Detect whether the underlying FS supports xattrs. Closes: #470184
-- Joey Hess <joeyh@debian.org> Thu, 20 Mar 2008 21:34:51 -0400
metastore (1-2) unstable; urgency=low
* Fix man page to document --compare. Closes: #451313
* Correct display of usage message.
-- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 12:11:25 -0500
metastore (1-1) unstable; urgency=low
* Initial upload to Debian.
-- Joey Hess <joeyh@debian.org> Mon, 05 Nov 2007 23:01:52 -0500
metastore (1) unstable; urgency=low
* Initial release.
-- David Härdeman <david@hardeman.nu> Sat, 19 May 2007 23:20:28 +0200
|