debian/0000755000000000000000000000000012214544135007167 5ustar debian/watch0000644000000000000000000000026212214543606010222 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-lgi # version=3 https://github.com/pavouk/lgi/tags .*/(\d[\d\.]*)\.tar\.gz debian/lua-lgi-dev.docs0000644000000000000000000000001512214543606012145 0ustar samples docs debian/lua5.1.dh-lua.conf0000644000000000000000000000101312214543606012211 0ustar PKG_NAME=lgi AUX_PKGS=gobject-introspection-1.0 gmodule-2.0 libffi CLIB_CFLAGS=$(shell pkg-config $(AUX_PKGS) --cflags) CLIB_LDFLAGS=$(shell pkg-config $(AUX_PKGS) --libs) CLIB_LDFLAGS_STATIC=$(shell pkg-config $(AUX_PKGS) --libs --static) CLIB_OBJS=$(patsubst %.c,%.lo, $(wildcard lgi/*.c)) LUA_MODNAME_CPART=lgi.corelgilua51 LUA_SOURCES=lgi.lua $(wildcard lgi/*.lua) $(wildcard lgi/override/*.lua) LUA_MODNAME=lgi LUA_TEST=tests/test.lua PKG_URL=https://github.com/pavouk/lgi PKG_REQUIRES=gobject-introspection-1.0 debian/rules0000755000000000000000000000112612214543606010251 0ustar #!/usr/bin/make -f VERSION=$(shell grep ^VERSION Makefile | cut -d = -f 2 | tr -d ' ') %: dh $@ --buildsystem=lua --with lua override_dh_auto_configure: make -C lgi version.lua VERSION=$(VERSION) dh_auto_configure override_dh_auto_test: if [ `dpkg-architecture -qDEB_BUILD_ARCH` != s390x ]; then \ make -C tests all; \ GI_TYPELIB_PATH=tests LD_LIBRARY_PATH=tests xvfb-run dh_auto_test; \ fi override_dh_compress: dh_compress -X.ui -X.md -X.lua override_dh_auto_clean: rm -f lgi/version.lua make -C tests clean dh_auto_clean override_dh_strip: dh_strip --dbg-package=lua-lgi-dbg debian/compat0000644000000000000000000000000212214543606010367 0ustar 9 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012214543606015241 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012214543606010471 5ustar debian/source/format0000644000000000000000000000001412214543606011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000454212214543606011050 0ustar lua-lgi (0.7.2-1) unstable; urgency=low * New upstream bugfix release -- Enrico Tassi Fri, 13 Sep 2013 10:05:51 +0200 lua-lgi (0.7.1+gitec3dfe8-1) unstable; urgency=low * New upstream snapshot including fixes for Pango related memory leak (Closes: #721432) -- Enrico Tassi Thu, 12 Sep 2013 13:32:08 +0200 lua-lgi (0.7.1-3) unstable; urgency=low * Update watch file * Disable tests on s390x * Comment in copyright, MIT/X is named Expat in Debian -- Enrico Tassi Fri, 16 Aug 2013 11:26:48 +0200 lua-lgi (0.7.1-2) unstable; urgency=low * Depend on gir1.2-glib-2.0 (Closes: #710286), thanks Arnaud Fontaine for the patch! -- Enrico Tassi Mon, 03 Jun 2013 18:05:44 +0200 lua-lgi (0.7.1-1) unstable; urgency=low * New upstream release -- Enrico Tassi Mon, 25 Jun 2012 13:36:04 +0200 lua-lgi (0.6.2-1) unstable; urgency=low * New upstream bugfix release -- Enrico Tassi Wed, 20 Jun 2012 11:15:44 +0200 lua-lgi (0.6.1-1) unstable; urgency=low * New upstream bugfix release -- Enrico Tassi Mon, 11 Jun 2012 19:13:37 +0200 lua-lgi (0.6-2) unstable; urgency=low * debian/compat set to 9 * Add -dbg package (closes: #676690) -- Enrico Tassi Tue, 22 May 2012 19:44:35 +0200 lua-lgi (0.6-1) unstable; urgency=low * New upstream release -- Enrico Tassi Thu, 10 May 2012 20:56:36 +0200 lua-lgi (0.5+11+g7006225-1) unstable; urgency=low * Fixed clean target * New upstream snapshot * Update build-depends adding libffi-dev and libglib2.0-dev -- Enrico Tassi Sun, 06 May 2012 15:07:25 +0200 lua-lgi (0.5+8+g86dbda4-1) unstable; urgency=low * New upstream snapshot fixing alignement problems * Clean up dh-lua conf file * Copyright format 1.0 -- Enrico Tassi Fri, 04 May 2012 15:53:08 +0200 lua-lgi (0.5-1) unstable; urgency=low * New upstream release -- Enrico Tassi Sun, 15 Apr 2012 23:35:11 +0200 lua-lgi (0.4+29+g74cbbb1-1) unstable; urgency=low * Initial release. (Closes: #657968) -- Enrico Tassi Mon, 02 Apr 2012 13:16:07 +0200 debian/copyright0000644000000000000000000000312212214543606011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lgi Upstream-Contact: Pavel Holejšovský Source: https://github.com/pavouk/lgi Files: * Copyright: 2010, 2011, 2012 Pavel Holejsovsky Comment: In the Lua community this license is better known as "MIT". Unfortunately other variants of this license are also known as "MIT". To obtain a machine intepretable copyright file Debian prefers to name this version of the MIT license using the non ambiguous term "Expat". License: Expat 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. debian/control0000644000000000000000000000357012214543606010601 0ustar Source: lua-lgi Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 9), dh-lua, libgirepository1.0-dev, libcairo2-dev, gir1.2-gtk-3.0, libffi-dev, libglib2.0-dev, xvfb, xauth Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-lgi.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-lgi.git Homepage: https://github.com/pavouk/lgi/ Package: lua-lgi Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Provides: ${lua:Provides} Depends: ${shlibs:Depends}, ${misc:Depends}, gir1.2-glib-2.0 XB-Lua-Versions: ${lua:Versions} Description: Lua bridge to GObject based libraries LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. . Notable examples are GTK+, GStreamer and Webkit. Package: lua-lgi-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Provides: ${lua:Provides} Depends: lua-lgi (= ${binary:Version}), ${misc:Depends} XB-Lua-Versions: ${lua:Versions} Description: lgi development files for the Lua language This package contains the development files of the Lua lgi library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). Documentation is also shipped within this package. Package: lua-lgi-dbg Architecture: any Priority: extra Section: debug Multi-Arch: same Pre-Depends: multiarch-support Depends: lua-lgi (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} XB-Lua-Versions: ${lua:Versions} Description: Lua bridge to GObject based libraries LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. . Notable examples are GTK+, GStreamer and Webkit. . This package contains the debugging symbols for lua-lgi. debian/patches/0000755000000000000000000000000012214543606010620 5ustar debian/patches/series0000644000000000000000000000000012214543606012023 0ustar