--- slsqlite-0.4.0.orig/debian/changelog +++ slsqlite-0.4.0/debian/changelog @@ -0,0 +1,68 @@ +slsqlite (0.4.0-4) unstable; urgency=medium + + * QA (group) upload + * d/control: + + Remove myself from the Uploaders list (closes: #571883) + + Set Maintainer to Debian QA Group (orhpaned package) + + -- Rafael Laboissiere Mon, 01 Aug 2016 17:07:41 -0300 + +slsqlite (0.4.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * 01-add-format-argument.patch: add format argument to avoid format-security + error while building. (Closes: #646487) + * debian/control, debian/rules: Add quilt system to apply patches. + + -- Mònica Ramírez Arceda Sun, 04 Dec 2011 13:24:33 +0100 + +slsqlite (0.4.0-3) 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 12:11:34 +0200 + +slsqlite (0.4.0-2) unstable; urgency=low + + * debian/control: + + 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 Sun, 16 Dec 2007 00:27:05 +0100 + +slsqlite (0.4.0-1) unstable; urgency=low + + * New upstream release + * debian/control: Added Homepage field + + -- Rafael Laboissiere Mon, 15 Oct 2007 22:46:05 +0200 + +slsqlite (0.3.0-1) unstable; urgency=low + + * First official release to unstable (closes: #440262, #440399) + + -- Rafael Laboissiere Sat, 01 Sep 2007 09:57:35 +0200 + +slsqlite (0.3.0-1~pre1) unstable; urgency=low + + * Initial pre-release + + -- Rafael Laboissiere Fri, 31 Aug 2007 13:51:23 +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: --- slsqlite-0.4.0.orig/debian/compat +++ slsqlite-0.4.0/debian/compat @@ -0,0 +1 @@ +7 --- slsqlite-0.4.0.orig/debian/control +++ slsqlite-0.4.0/debian/control @@ -0,0 +1,20 @@ +Source: slsqlite +Section: interpreters +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), + libsqlite3-dev, cdbs, quilt +Standards-Version: 3.8.1 +Homepage: http://www.cheesit.com/downloads/slang/slsqlite.html +Vcs-Git: git://git.debian.org/git/pkg-jed/slsqlite.git +Vcs-Browser: http://git.debian.org/?p=pkg-jed/slsqlite.git + +Package: slang-sqlite +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4) +Description: S-Lang bindings to the sqlite3 database library + The S-Lang module contained in this package provides bindings to the + SQLite3 database engine. This module can be used in slsh (the S-Lang + shell), in the JED editor, and in the news reader slrn. + --- slsqlite-0.4.0.orig/debian/copyright +++ slsqlite-0.4.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Rafael Laboissiere on +Fri, 31 Aug 2007 13:41:44 +0200 + +It was downloaded from + + http://www.cheesit.com/downloads/slang/slsqlite.html + +Copyright Holder: Paul Boekholt + +License: + +According to slsqlite.html: + slsqlite is Copyright (c) 2006, 2007 Paul Boekholt. Released under the + terms of the GNU GPL (version 2 or later). + +In Debian systems, the complete text of the Gnu GPL can be found in +`/usr/share/common-licenses/GPL-2'. --- slsqlite-0.4.0.orig/debian/patches/01-add-format-argument.patch +++ slsqlite-0.4.0/debian/patches/01-add-format-argument.patch @@ -0,0 +1,11 @@ +--- a/sqlite-module.c ++++ b/sqlite-module.c +@@ -114,7 +114,7 @@ + } + if (b->errcode_ptr == NULL) error = Sqlite_Error; + else error = *(b->errcode_ptr); +- SLang_verror (error, (char *) sqlite3_errmsg(db)); ++ SLang_verror (error, "%s", (char *) sqlite3_errmsg(db)); + return 1; + } + --- slsqlite-0.4.0.orig/debian/patches/series +++ slsqlite-0.4.0/debian/patches/series @@ -0,0 +1 @@ +01-add-format-argument.patch --- slsqlite-0.4.0.orig/debian/rules +++ slsqlite-0.4.0/debian/rules @@ -0,0 +1,7 @@ +#!/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/patchsys-quilt.mk + +DEB_MAKE_INSTALL_TARGET := install prefix=/usr DESTDIR=$(DEB_DESTDIR) --- slsqlite-0.4.0.orig/debian/watch +++ slsqlite-0.4.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cheesit.com/downloads/slang/slsqlite.html .*/slsqlite-([\d.]+).tgz