diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-10-14 17:24:55 +0900 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-10-14 17:24:55 +0900 |
commit | c09066b6cdcba54bc1a3c89b9bbe7ec61309e2ff (patch) | |
tree | 2810cc04bd15a085cb3989f9ecb98a49c43a5127 | |
parent | 5226a86066ca759ba8ed64404b83bcc219a00f65 (diff) | |
download | debian-c09066b6cdcba54bc1a3c89b9bbe7ec61309e2ff.tar.bz2 |
Everything for 1.1-1
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | compat | 2 | ||||
-rw-r--r-- | control | 14 | ||||
-rw-r--r-- | copyright | 16 | ||||
-rwxr-xr-x | rules | 4 | ||||
-rw-r--r-- | watch | 4 |
6 files changed, 27 insertions, 19 deletions
@@ -1,7 +1,7 @@ -gall (1.0-1) unstable; urgency=medium +gall (1.1-1) unstable; urgency=medium * Initial packaging of Gall as a separate project. - * Closes: #999999 + * Closes: #840724 - -- Daniel Silverstone <dsilvers@digital-scurf.org> Thu, 16 Jul 2015 11:40:39 +0100 + -- Daniel Silverstone <dsilvers@digital-scurf.org> Fri, 14 Oct 2016 10:56:18 +0900 @@ -1 +1 @@ -8 +9 @@ -2,9 +2,9 @@ Source: gall Section: interpreters Priority: optional Maintainer: Daniel Silverstone <dsilvers@digital-scurf.org> -Build-Depends: debhelper (>= 8), dh-lua, lua-ldoc, lua-discount, lua-luxio0, - libgit2-dev, git -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9.20120909~), dh-lua, lua-ldoc, lua-discount, + lua-luxio, libgit2-dev, git +Standards-Version: 3.9.8 Homepage: https://www.gitano.org.uk/gall/ Package: lua-gall @@ -12,16 +12,24 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, git, lua-luxio0 Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} +Multi-Arch: same Description: Git Abstraction Layer for Lua Gall is a Git abstraction layer for Lua which implements a set of Lua objects which can interact with git repositories (via libgit2 where possible). + . + Gall allows a Lua program to examine refs and objects, and to fully create + git commits without needing to create a working tree on disk. Package: lua-gall-doc Architecture: all Section: doc Depends: ${misc:Depends} +Multi-Arch: foreign Description: Documentation for lua-gall Gall is a Git abstraction layer for Lua which implements a set of Lua objects which can interact with git repositories (via libgit2 where possible). . + Gall allows a Lua program to examine refs and objects, and to fully create + git commits without needing to create a working tree on disk. + . This package contains the documentation on how to use the Gall library. @@ -4,7 +4,13 @@ Source: https://www.gitano.org.uk/gall/ Files: * Copyright: Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org> -License: ISC +License: BSD-3-clause + +Files: debian/* +Copyright: Copyright 2015 Daniel Silverstone <dsilvers@digital-scurf.org> +License: BSD-3-clause + +License: BSD-3-clause Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org> All rights reserved. . @@ -31,11 +37,3 @@ License: ISC LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Files: debian/* -Copyright: Copyright 2015 Daniel Silverstone <dsilvers@digital-scurf.org> -License: permissive - Copying and distribution of this package, with or without - modification, are permitted in any medium without royalty - provided the copyright notice and this notice are - preserved. @@ -1,11 +1,13 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --buildsystem=lua --with lua override_dh_auto_build: dh_auto_build - ldoc . + ldoc --date $(SOURCE_DATE_EPOCH) . override_dh_auto_clean: dh_auto_clean @@ -1,2 +1,2 @@ -# Currently upstream only releases versions by tagging their git repo -# as such we cannot do anything useful for now. +version=3 +https://git.gitano.org.uk/gall.git /gall\.git/snapshot/gall-(.+)\.tar.bz2 |