--- slgdbm-1.7.1.orig/debian/copyright +++ slgdbm-1.7.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Rafael Laboissiere on +Mon, 19 Sep 2005 21:13:13 +0200. + +It was downloaded from + + http://www.cheesit.com/downloadfiles/slang/slgdbm.tgz + http://www.cheesit.com/downloads/slang/slgdbm.html + +Copyright Holder: Paul Boekholt + +License: + + Copyright (c) 2004, 2005, 2007 Paul Boekholt + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +The Debian packaging is Copyright (C) 2005 - 2008 Rafael Laboissiere +and is released under the GNU General Public License, version 3 or +later. + +In Debian systems, the complete text of the GPL, can be found in +`/usr/share/common-licenses/GPL-2' (version 2) and +`/usr/share/common-licenses/GPL-3' (versions 3). --- slgdbm-1.7.1.orig/debian/control +++ slgdbm-1.7.1/debian/control @@ -0,0 +1,23 @@ +Source: slgdbm +Section: interpreters +Priority: optional +Maintainer: Debian JED Group +Uploaders: Rafael Laboissiere +Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), + libgdbm-dev, cdbs +Standards-Version: 3.8.1 +Homepage: http://www.cheesit.com/downloads/slang/slgdbm.html +Vcs-Git: git://alioth.debian.org/~rafael/public_git/deb-pkg/slgdbm.git +Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/slgdbm.git + +Package: slang-gdbm +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4) +Conflicts: slgdbm +Replaces: slgdbm +Description: access to GDBM databases from S-Lang + The S-Lang module contained in this package provides access to GDBM + databases, with an assoc-like syntax for the user interface. This + module can be used in slsh (the S-Lang shell), in the JED editor, and + in the news reader slrn. --- slgdbm-1.7.1.orig/debian/docs +++ slgdbm-1.7.1/debian/docs @@ -0,0 +1 @@ +*.txt --- slgdbm-1.7.1.orig/debian/watch +++ slgdbm-1.7.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cheesit.com/downloads/slang/slgdbm.html .*/slgdbm-([\d.]+).tgz --- slgdbm-1.7.1.orig/debian/rules +++ slgdbm-1.7.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_MAKE_INSTALL_TARGET := install prefix=/usr DESTDIR=$(DEB_DESTDIR) --- slgdbm-1.7.1.orig/debian/changelog +++ slgdbm-1.7.1/debian/changelog @@ -0,0 +1,96 @@ +slgdbm (1.7.1-4) unstable; urgency=low + + * debian/control: + + Bump Standards-Version to 3.8.1 (no changes needed) + + The package is now maintained with Git at alioth.debian.org. Add + Vcs-Git field and change Vcs-Browser accordingly. + + Fix Lintian warning debhelper-but-no-misc-depends + + Bump build dependency on debhelper to >= 7 + * debian/compat: Set compatibility level of debhelper to 7 + + -- Rafael Laboissiere Sun, 26 Apr 2009 00:56:16 +0200 + +slgdbm (1.7.1-3) unstable; urgency=low + + * debian/copyright: Add proper copyright notices, both for the upstream + sources and the Debian packaging + + -- Rafael Laboissiere Tue, 18 Mar 2008 14:57:31 +0100 + +slgdbm (1.7.1-2) unstable; urgency=low + + * debian/control: + + Added Homepage field + + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + + Dropped the Homepage pseudo-header from the extended description + + Bumped Standards-Version to 3.7.3 + + -- Rafael Laboissiere Sat, 15 Dec 2007 22:54:03 +0100 + +slgdbm (1.7.1-1) unstable; urgency=low + + * New upstream release + * debian/watch: Added file + * debian/rules: Install slgdbm.sl file in /usr/share/slsh/local-packages, + as this is the default in the upstream Makefile + * debian/docs: Install file slgdbm.txt + + -- Rafael Laboissiere Wed, 19 Sep 2007 13:55:50 +0200 + +slgdbm (1.7-2) unstable; urgency=low + + * debian/control: + - Added my name to the Uploaders list + - Bumped Standards-Version to 3.7.2 (no changes needed) + + -- Rafael Laboissiere Tue, 15 Aug 2006 23:11:41 +0200 + +slgdbm (1.7-1) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * New upstream release + + -- Debian JED Group Fri, 11 Nov 2005 00:48:54 +0100 + +slgdbm (1.6-4) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/control: Changed the maintainer to + pkg-jed-sl-modules@lists.alioth.debian.org + + -- Debian JED Group Wed, 9 Nov 2005 13:46:04 +0100 + +slgdbm (1.6-3) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * Changed the name of the binary package to slang-gdbm + + -- Debian JED Group Mon, 10 Oct 2005 21:43:11 +0200 + +slgdbm (1.6-2) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * Oops, the maintainer in the previous upload was wrong. Fixing it. + + -- Debian JED Group Mon, 26 Sep 2005 09:44:08 +0200 + +slgdbm (1.6-1) unstable; urgency=low + + * Initial release (closes: #329695) + + -- Debian Octave Group Mon, 26 Sep 2005 08:59:46 +0200 + +Local Variables: +eval: (add-local-hook + 'debian-changelog-add-version-hook + (lambda () + (save-excursion + (forward-line -1) + (beginning-of-line) + (insert "\n [ " + (or (getenv "DEBFULLNAME") (user-full-name)) "]")))) +End: --- slgdbm-1.7.1.orig/debian/compat +++ slgdbm-1.7.1/debian/compat @@ -0,0 +1 @@ +7