Update Debian packaging for 0.5.0-1

This commit is contained in:
Andrew Ayer
2015-05-30 20:22:29 -07:00
parent 6bf8cb262c
commit 00a685b0ed
5 changed files with 39 additions and 16 deletions

13
debian/changelog vendored
View File

@@ -1,12 +1,5 @@
git-crypt (0.4.2-1~agwa1) unstable; urgency=low git-crypt (0.5.0-1) unstable; urgency=medium
* New upstream release. * Initial release. (Closes: #785346)
* Various packaging improvements.
-- Andrew Ayer <agwa@andrewayer.name> Sat, 31 Jan 2015 19:43:06 -0800 -- Andrew Ayer <agwa@andrewayer.name> Sat, 30 May 2015 20:22:22 -0700
git-crypt (0.3-1) unstable; urgency=low
* Initial release.
-- Andrew Ayer <agwa@andrewayer.name> Sat, 29 Mar 2014 12:38:14 -0700

4
debian/control vendored
View File

@@ -2,8 +2,8 @@ Source: git-crypt
Maintainer: Andrew Ayer <agwa@andrewayer.name> Maintainer: Andrew Ayer <agwa@andrewayer.name>
Section: vcs Section: vcs
Priority: optional Priority: optional
Standards-Version: 3.9.4 Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), libssl-dev Build-Depends: debhelper (>= 9), libssl-dev, xsltproc, docbook-xml, docbook-xsl
Vcs-Git: https://www.agwa.name/git/git-crypt.git -b debian Vcs-Git: https://www.agwa.name/git/git-crypt.git -b debian
Homepage: https://www.agwa.name/projects/git-crypt Homepage: https://www.agwa.name/projects/git-crypt

32
debian/copyright vendored
View File

@@ -3,7 +3,13 @@ Upstream-Name: git-crypt
Source: https://www.agwa.name/projects/git-crypt Source: https://www.agwa.name/projects/git-crypt
Files: * Files: *
Copyright: Copyright 2014 Andrew Ayer <agwa@andrewayer.name> Copyright: Copyright 2012-2015 Andrew Ayer
License: GPL-3+ with OpenSSL exception
Files: fhstream.cpp fhstream.hpp parse_options.cpp parse_options.hpp
Copyright: Copyright 2012, 2014, 2015 Andrew Ayer
License: X11
License: GPL-3+ with OpenSSL exception License: GPL-3+ with OpenSSL exception
git-crypt is free software: you can redistribute it and/or modify git-crypt is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -32,3 +38,27 @@ License: GPL-3+ with OpenSSL exception
Corresponding Source for a non-source form of such a combination Corresponding Source for a non-source form of such a combination
shall include the source code for the parts of OpenSSL used as well shall include the source code for the parts of OpenSSL used as well
as that of the covered work. as that of the covered work.
License: X11
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
.
Except as contained in this notice, the name(s) of the above copyright
holders shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization.

View File

@@ -1 +0,0 @@
git-crypt usr/bin

5
debian/rules vendored
View File

@@ -1,6 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export PREFIX=/usr
export ENABLE_MAN=yes
%: %:
dh $@ dh $@
override_dh_auto_install: