# HG changeset patch # User Matthew Wild # Date 1307110624 -3600 # Node ID 30c2491fe44a485caf2dd24643052670c91b91e3 # Parent 51b85d631863132db4ee50337eeeae6e2c6f2812 Remove debian/ from the repo diff -r 51b85d631863 -r 30c2491fe44a debian/Makefile.Debian.conf --- a/debian/Makefile.Debian.conf Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -PKG_NAME=expat - -### things relative to the C library part -CLIB_CFLAGS= -I src/ -CLIB_LDFLAGS= -lexpat -CLIB_OBJS= src/lxplib.lo -VERSION_INFO=0:0:0 - -### things relative to the lua library part -LUA_HEADER=src/lxplib.h -LUA_SOURCES=src/lxp -LUA_MODNAME=lxp -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://luaforge.net/projects/luaexpat/ -PKG_REQUIRES= -PKG_CONFLICTS= diff -r 51b85d631863 -r 30c2491fe44a debian/changelog --- a/debian/changelog Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ -lua-expat (1.1.0-3) unstable; urgency=low - - * depend on lua5.1-policy-dev >= 22 - * changed lua to Lua in the package description - * bumped standards-version to 3.8.2, no changes needed - - -- Enrico Tassi Tue, 21 Jul 2009 12:48:09 +0200 - -lua-expat (1.1.0-2) unstable; urgency=low - - * Renamed cdbs deprecated variable - * Vcs- fields fixed - * Use shake to run compilation tests - * Added Homepage control field - * Removed dpatch build dependency - * Moved -dev package in section libdevel - - -- Enrico Tassi Tue, 18 Mar 2008 17:12:50 +0100 - -lua-expat (1.1.0-1) unstable; urgency=low - - * new upstream release, works out of the box with lua5.1 - - -- Enrico Tassi Fri, 08 Jun 2007 18:42:44 +0200 - -lua-expat (1.0.2-5) unstable; urgency=low - - * Updated to policy 10 that fixes clean target (Closes: #424551) - - -- Enrico Tassi Wed, 16 May 2007 16:20:50 +0200 - -lua-expat (1.0.2-4) unstable; urgency=low - - * made control file binNMU safe - * Added a note about the documentation shipped within the -dev package - in the control file - * Added call to lua5.1-policy-apply --reverse in the clean:: hook - - -- Enrico Tassi Mon, 8 Jan 2007 17:32:37 +0100 - -lua-expat (1.0.2-3) unstable; urgency=low - - * Moved to policy version 7 - * The FTBFS bug #405990 is because of an incompatibility with the policy - version 7 that is not in etch. This incompatibility has been fixed - (Closes: #405990) - - -- Enrico Tassi Mon, 8 Jan 2007 17:30:34 +0100 - -lua-expat (1.0.2-2) unstable; urgency=low - - * added XS-X-Vcs-svn field to control. - - -- Enrico Tassi Sun, 3 Sep 2006 10:26:13 +0200 - -lua-expat (1.0.2-1) unstable; urgency=low - - * Initial release. (Closes: #384350) - - -- Enrico Tassi Wed, 23 Aug 2006 20:12:16 +0200 diff -r 51b85d631863 -r 30c2491fe44a debian/control --- a/debian/control Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -Source: lua-expat -Section: interpreters -Priority: optional -Maintainer: Enrico Tassi -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 22), libexpat1-dev, shake -Standards-Version: 3.8.2 -Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-expat -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-expat -Homepage: http://www.keplerproject.org/luaexpat/ - -Package: liblua5.1-expat0 -Architecture: any -Depends: ${shlibs:Depends} -Description: libexpat bindings for the Lua language version 5.1 - This package contains the bindings for the expat library. - -Package: liblua5.1-expat-dev -Architecture: any -Depends: liblua5.1-expat0 (= ${binary:Version}) -Section: libdevel -Description: libexpat development files for the Lua language version 5.1 - This package contains the development files of the libexpat lua5.1 bindings, - useful to create a statically linked binary (like a C application or a - standalone Lua interpreter). - Documentation is also shipped within this package. diff -r 51b85d631863 -r 30c2491fe44a debian/copyright --- a/debian/copyright Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -This package was debianized by Enrico Tassi -Thu Aug 21 12:39:13 CEST 2006. - -It was downloaded from http://luaforge.net/projects/luaexpat/. - - -Copyright © 2003-2006 The Kepler Project. - -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. - diff -r 51b85d631863 -r 30c2491fe44a debian/liblua5.1-expat-dev.docs --- a/debian/liblua5.1-expat-dev.docs Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -doc/us diff -r 51b85d631863 -r 30c2491fe44a debian/patches/00dpatch.conf --- a/debian/patches/00dpatch.conf Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -conf_debianonly=1 -conf_origtargzpath=../tarballs/ diff -r 51b85d631863 -r 30c2491fe44a debian/rules --- a/debian/rules Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/lua.mk diff -r 51b85d631863 -r 30c2491fe44a debian/watch --- a/debian/watch Fri Jun 03 15:15:00 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -# test this watch file using: -# uscan --watchfile debian/watch --upstream-version 0.0.1 --package luaexpat -# -version=3 -http://luaforge.net/frs/?group_id=13 \ - /frs/download.php/\d+/luaexpat-([\d\.]*).tar.gz