--- lua-md5-1.1.2.orig/debian/liblua5.1-md5-dev.docs +++ lua-md5-1.1.2/debian/liblua5.1-md5-dev.docs @@ -0,0 +1 @@ +doc --- lua-md5-1.1.2.orig/debian/1-des56.Makefile.Debian.conf +++ lua-md5-1.1.2/debian/1-des56.Makefile.Debian.conf @@ -0,0 +1,44 @@ +### $Id: Makefile.Debian.conf.sample 399 2007-07-21 09:59:16Z gareuselesinge $ + +### mandatory fields +PKG_NAME=des56 + +### things relative to the C library part +CLIB_CFLAGS= +CLIB_LDFLAGS= +CLIB_OBJS=src/des56.lo src/ldes56.lo +VERSION_INFO=0:0:0 +LUA_MODNAME_CPART= + +### things relative to the lua library part +LUA_HEADER=src/ldes56.h +LUA_SOURCES= +LUA_MODNAME= +LUA_TEST=/usr/bin/shake tests/test.lua + +### this part is relative to pkg-config +PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) +PKG_LIBS_PRIVATE= +PKG_URL=http://keplerproject.org/md5/ +PKG_REQUIRES= +PKG_CONFLICTS= + +### this part is relative to debian libs naming policy +DEB_EXTRA_DASH=- + +### In addition, to gather flexibility, you can set these hooks +### (called in this order) +pre-all-hook:: +post-all-hook:: +pre-test-hook:: + ln -s src/md5.lua . +pre-lua-dynamic-test-hook:: +pre-dynamic-link-hook:: +pre-app-dynamic-test-hook:: +pre-static-link-hook:: +pre-app-static-test-hook:: +pre-install-hook:: +post-install-hook:: +pre-clean-hook:: +post-clean-hook:: + rm -f md5.lua --- lua-md5-1.1.2.orig/debian/0-md5.Makefile.Debian.conf +++ lua-md5-1.1.2/debian/0-md5.Makefile.Debian.conf @@ -0,0 +1,42 @@ +### $Id: Makefile.Debian.conf.sample 399 2007-07-21 09:59:16Z gareuselesinge $ + +### mandatory fields +PKG_NAME=md5 + +### things relative to the C library part +CLIB_CFLAGS= +CLIB_LDFLAGS= +CLIB_OBJS=src/md5.lo src/md5lib.lo +VERSION_INFO=0:0:0 +LUA_MODNAME_CPART=md5.core + +### things relative to the lua library part +LUA_HEADER=src/md5.h +LUA_SOURCES=src/md5.lua +LUA_MODNAME= +LUA_TEST= + +### this part is relative to pkg-config +PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) +PKG_LIBS_PRIVATE= +PKG_URL=http://keplerproject.org/md5/ +PKG_REQUIRES= +PKG_CONFLICTS= + +### this part is relative to debian libs naming policy +DEB_EXTRA_DASH=- + +### In addition, to gather flexibility, you can set these hooks +### (called in this order) +pre-all-hook:: +post-all-hook:: +pre-test-hook:: +pre-lua-dynamic-test-hook:: +pre-dynamic-link-hook:: +pre-app-dynamic-test-hook:: +pre-static-link-hook:: +pre-app-static-test-hook:: +pre-install-hook:: +post-install-hook:: +pre-clean-hook:: +post-clean-hook:: --- lua-md5-1.1.2.orig/debian/liblua5.1-md5-dev.install.in +++ lua-md5-1.1.2/debian/liblua5.1-md5-dev.install.in @@ -0,0 +1,10 @@ +/usr/lib/liblua@@LUA_VERSION@@-des56.so +/usr/lib/liblua@@LUA_VERSION@@-des56.la +/usr/lib/liblua@@LUA_VERSION@@-des56.a +/usr/lib/pkgconfig/lua@@LUA_VERSION@@-des56.pc +/usr/include/lua@@LUA_VERSION@@/ldes56.h +/usr/lib/liblua@@LUA_VERSION@@-md5.so +/usr/lib/liblua@@LUA_VERSION@@-md5.la +/usr/lib/liblua@@LUA_VERSION@@-md5.a +/usr/lib/pkgconfig/lua@@LUA_VERSION@@-md5.pc +/usr/include/lua@@LUA_VERSION@@/md5.h --- lua-md5-1.1.2.orig/debian/control +++ lua-md5-1.1.2/debian/control @@ -0,0 +1,27 @@ +Source: lua-md5 +Section: interpreters +Priority: optional +Maintainer: Enrico Tassi +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 18), shake +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-md5 +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-md5 +Homepage: http://keplerproject.org/md5/ + +Package: liblua5.1-md5-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: MD5 library for the lua language version 5.1 + This package contains a small crypto library for Lua. It comprises + the MD5 and the DES56 algorithms. + +Package: liblua5.1-md5-dev +Section: libdevel +Architecture: any +Depends: liblua5.1-md5-0 (= ${binary:Version}) +Description: MD5 library for the lua language version 5.1 + This package contains the development files of the lua md5 library, + useful to create a statically linked binary (like a C application or a + standalone lua interpreter). + Documentation is also shipped within this package. --- lua-md5-1.1.2.orig/debian/changelog +++ lua-md5-1.1.2/debian/changelog @@ -0,0 +1,12 @@ +lua-md5 (1.1.2-1) unstable; urgency=low + + * new upstream release (minor bugfixing) + * removed patch stdint (integrated upstream) + + -- Enrico Tassi Wed, 14 May 2008 11:29:50 +0200 + +lua-md5 (1.1.1-1) unstable; urgency=low + + * Initial release. (Closes: #462222) + + -- Enrico Tassi Thu, 27 Dec 2007 17:33:24 +0100 --- lua-md5-1.1.2.orig/debian/rules +++ lua-md5-1.1.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/dpatch.mk + +DEB_MAKE_BUILD_TARGET := all -f Makefile.Debian +DEB_MAKE_CHECK_TARGET := test -f Makefile.Debian +DEB_MAKE_CLEAN_TARGET := clean -f Makefile.Debian +DEB_MAKE_INSTALL_TARGET := install -f Makefile.Debian DESTDIR=$(DEB_DESTDIR) +DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) +pre-build:: + lua5.1-policy-apply +clean:: + lua5.1-policy-apply --reverse --- lua-md5-1.1.2.orig/debian/watch +++ lua-md5-1.1.2/debian/watch @@ -0,0 +1,5 @@ +# test this watch file using: +# uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-md5 +# +version=3 +http://luaforge.net/frs/?group_id=155 /frs/download.php/\d+/md5-([\d\.]*).tar.gz --- lua-md5-1.1.2.orig/debian/copyright +++ lua-md5-1.1.2/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Enrico Tassi +Thu Dec 27 18:12:01 CET 2007 + +It was downloaded from http://luaforge.net/projects/md5/. + + +Copyright © 2003-2007 PUC-Rio. All rights reserved. + +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. + --- lua-md5-1.1.2.orig/debian/liblua5.1-md5-0.install.in +++ lua-md5-1.1.2/debian/liblua5.1-md5-0.install.in @@ -0,0 +1,5 @@ +/usr/lib/lua/@@LUA_VERSION@@/des56.so +/usr/lib/liblua@@LUA_VERSION@@-des56.so.* +/usr/lib/lua/@@LUA_VERSION@@/md5/core.so +/usr/lib/liblua@@LUA_VERSION@@-md5.so.* +/usr/share/lua/@@LUA_VERSION@@/* --- lua-md5-1.1.2.orig/debian/patches/00dpatch.conf +++ lua-md5-1.1.2/debian/patches/00dpatch.conf @@ -0,0 +1,2 @@ +conf_debianonly=1 +conf_origtargzpath=../tarballs/