Codebase list aptly / debian/0.5-1
Initial upload Sébastien Delafond 10 years ago
9 changed file(s) with 199 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 aptly for Debian
1 ----------------
2
3 For now, we bundle the Go libraries that aptly depends on, within the
4 aptly tarball itself. As time goes, those will be packaged on their
5 own.
6
7 -- Sebastien Delafond <seb@debian.org>, Tue, 29 Apr 2014 15:56:02 +0200
8
0 aptly (0.5-1) unstable; urgency=low
1
2 * Initial release (Closes: #746343)
3
4 -- Sebastien Delafond <seb@debian.org> Tue, 29 Apr 2014 15:47:31 +0200
0 Source: aptly
1 Section: utils
2 Priority: extra
3 Maintainer: Sebastien Delafond <seb@debian.org>
4 Build-Depends: debhelper (>= 9.0.0), golang (>= 1.1)
5 Standards-Version: 3.9.5
6 Homepage: http://www.aptly.info
7 Vcs-Git: https://github.com/smira/aptly.git
8 Vcs-Browser: https://github.com/smira/aptly/
9
10 Package: aptly
11 Architecture: any
12 Depends: golang-go (>= 1.1), ${shlibs:Depends}, ${misc:Depends}
13 Description: Swiss army knife for Debian repository management
14 It offers several features making it easy to manage Debian package
15 repositories:
16 .
17 - make mirrors of remote Debian/Ubuntu repositories, limiting by
18 components/architectures
19 - take snapshots of mirrors at any point in time, fixing state of
20 repository at some moment of time
21 - publish snapshot as Debian repository, ready to be consumed by apt
22 - controlled update of one or more packages in snapshot from upstream
23 mirror, tracking dependencies
24 - merge two or more snapshots into one
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: aptly
2 Source: http://www.aptly.info
3
4 Files: *
5 Copyright: 2014 Andrey Smirnov <me@smira.ru>
6 License: MIT
7 Permission is hereby granted, free of charge, to any person obtaining
8 a copy of this software and associated documentation files (the
9 "Software"), to deal in the Software without restriction, including
10 without limitation the rights to use, copy, modify, merge, publish,
11 distribute, sublicense, and/or sell copies of the Software, and to
12 permit persons to whom the Software is furnished to do so, subject to
13 the following conditions:
14 .
15 The above copyright notice and this permission notice shall be
16 included in all copies or substantial portions of the Software.
17 .
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
22 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
23 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 SOFTWARE.
26
27 Files: _vendor/src/code.google.com/p/gographviz/*
28 Copyright: 2013 Vastech SA (PTY) LTD
29 License: Apache-2
30 See: /usr/share/common-licenses/Apache-2.0
31
32 Files: _vendor/src/code.google.com/p/go.crypto/* _vendor/src/code.google.com/p/go.tools/* _vendor/src/github.com/smira/flag/* _vendor/src/github.com/golang/lint/*
33 Copyright: 2009 The Go Authors
34 License: BSD-3-clause
35
36 Files: _vendor/src/code.google.com/p/go-uuid/uuid/*
37 Copyright: 2009 Google Inc.
38 License: BSD-3-clause
39
40 Files: _vendor/src/code.google.com/p/snappy-go/*
41 Copyright: 2011 The Snappy-Go Authors
42 License: BSD-3-clause
43
44 Files: _vendor/src/github.com/axw/gocov/*
45 Copyright: 2012 The Gocov Authors
46 License: BSD-3-clause
47
48 Files: _vendor/src/github.com/smira/commander/*
49 Copyright: 2012 The Go-Commander Authors
50 License: BSD-3-clause
51
52 Files: _vendor/src/github.com/syndtr/goleveldb/*
53 Copyright: 2012 Suryandaru Triandana
54 License: BSD-3-clause
55
56 Files: _vendor/src/github.com/cheggaaa/pb/*
57 Copyright: 2012, Sergey Cherepanov
58 License: BSD-3-clause
59
60 Files: _vendor/src/github.com/mkrautz/goar/*
61 Copyright: 2011 Mikkel Krautz
62 License: BSD-3-clause
63
64 Files: _vendor/src/github.com/ugorji/go/*
65 Copyright: 2012, 2013 Ugorji Nwoke
66 License: BSD-3-clause
67
68 Files:_vendor/src/github.com/wsxiaoys/terminal/*
69 Copyright: 2013 Meng Zhang
70 License: BSD-3-clause
71
72 Files: debian/*
73 Copyright: 2014 Sebastien Delafond <seb@debian.org>
74 License: GPL-2+
75 This program is free software; you can redistribute it
76 and/or modify it under the terms of the GNU General Public
77 License as published by the Free Software Foundation; either
78 version 2 of the License, or (at your option) any later
79 version.
80 .
81 This program is distributed in the hope that it will be
82 useful, but WITHOUT ANY WARRANTY; without even the implied
83 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
84 PURPOSE. See the GNU General Public License for more
85 details.
86 .
87 You should have received a copy of the GNU General Public
88 License along with this package; if not, write to the Free
89 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
90 Boston, MA 02110-1301 USA
91 .
92 On Debian systems, the full text of the GNU General Public
93 License version 2 can be found in the file
94 `/usr/share/common-licenses/GPL-2'.
95
96 License: BSD-3-clause
97 Redistribution and use in source and binary forms, with or without
98 modification, are permitted provided that the following conditions
99 are met:
100 .
101 1) Redistributions of source code must retain the above copyright
102 notice, this list of conditions and the following disclaimer.
103 .
104 2) Redistributions in binary form must reproduce the above copyright
105 notice, this list of conditions and the following disclaimer in the
106 documentation and/or other materials provided with the distribution.
107 .
108 3) Neither the name of the ORGANIZATION nor the names of its
109 contributors may be used to endorse or promote products derived from
110 this software without specific prior written permission.
111 .
112 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
113 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
114 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
115 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
116 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
117 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
118 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
119 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
120 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
121 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
122 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
123 POSSIBILITY OF SUCH DAMAGE.
0 src/github.com/smira/aptly/man/aptly.1
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 export DH_VERBOSE=1
5
6 # DH_GOPKG is the upstream path which you would normally “go get”.
7 # Using it allows us to build applications without patching locations.
8 export DH_GOPKG := github.com/smira/aptly
9
10 # our path
11 PACKAGE_DIR := src/github.com/smira/aptly
12 SOURCE_DIR := $(CURDIR)/$(PACKAGE_DIR)
13 DEST_DIR := $(CURDIR)/debian/aptly
14
15 %:
16 dh $@ --sourcedirectory=$(SOURCE_DIR)
17
18 override_dh_auto_test:
19 # nothing for now
20
21 override_dh_auto_clean:
22 rm -f aptly
23 rm -fr $(DEST_DIR)
24
25 override_dh_auto_build:
26 GOPATH=:$(CURDIR):$(SOURCE_DIR)/_vendor go build -o aptly $(PACKAGE_DIR)/main.go
27
28 override_dh_auto_install:
29 mkdir -p $(DEST_DIR)/usr/bin
30 cp aptly $(DEST_DIR)/usr/bin/
0 3.0 (quilt)
0 version=3
1 https://github.com/smira/aptly/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate