blob: d0d2c25c824c5c9d4e599f107d025e9320da5456 (
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
|
restic (0.3.3-1) UNRELEASED; urgency=medium
* New upstream version 0.3.3
-- Félix Sipma <felix+debian@gueux.org> Sun, 08 Jan 2017 15:35:15 +0100
restic (0.3.2-2) unstable; urgency=medium
* update copyright
-- Félix Sipma <felix+debian@gueux.org> Wed, 21 Dec 2016 14:56:23 +0100
restic (0.3.2-1) unstable; urgency=medium
* Initial release. (Closes: #846176)
* use "go build" instead of "go run build.go" to build
Thanks, Alexander Neumann
* remove useless patch: 0001-replace-vendor-src-by-usr-share-gocode-src.patch
* add debian watch file
* add initial debian rules file
* add debian compat file
* add debian source/format file
* add initial debian control file
* add debian copyright file
* replace vendor/src by /usr/share/gocode/src
* add build dependencies
* debianize doc/Manual.md
* add docs
* add build dependency constraint
* enable pristine-tar feature in gbp.conf
* use Files-Excluded feature of uscan
* New upstream version 0.3.2
-- Félix Sipma <felix+debian@gueux.org> Mon, 19 Dec 2016 15:28:59 +0100
|