[Pkg-jed-commit] r830 - slsqlite/debian

Rafael Laboissiere rafael at alioth.debian.org
Fri Aug 31 12:09:01 UTC 2007


Author: rafael
Date: 2007-08-31 12:09:01 +0000 (Fri, 31 Aug 2007)
New Revision: 830

Added:
   slsqlite/debian/changelog
   slsqlite/debian/compat
   slsqlite/debian/control
   slsqlite/debian/copyright
   slsqlite/debian/rules
   slsqlite/debian/watch
Log:
Initial commit of debian files for slsqlite

Added: slsqlite/debian/changelog
===================================================================
--- slsqlite/debian/changelog	                        (rev 0)
+++ slsqlite/debian/changelog	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1,16 @@
+slsqlite (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Rafael Laboissiere <rafael at debian.org>  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\n   [ "
+        (or (getenv "DEBFULLNAME") (user-full-name)) "]"))))
+End:

Added: slsqlite/debian/compat
===================================================================
--- slsqlite/debian/compat	                        (rev 0)
+++ slsqlite/debian/compat	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1 @@
+4

Added: slsqlite/debian/control
===================================================================
--- slsqlite/debian/control	                        (rev 0)
+++ slsqlite/debian/control	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1,21 @@
+Source: slsqlite
+Section: interpreters
+Priority: optional
+Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
+Uploaders: Rafael Laboissiere <rafael at debian.org>
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6),
+ libsqlite3-dev, cdbs
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slsqlite/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slsqlite/
+
+Package: slang-sqlite
+Architecture: any
+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.
+ .
+  Homepage: http://www.cheesit.com/downloads/slang/slsqlite.html

Added: slsqlite/debian/copyright
===================================================================
--- slsqlite/debian/copyright	                        (rev 0)
+++ slsqlite/debian/copyright	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1,17 @@
+This package was debianized by Rafael Laboissiere <rafael at debian.org> 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 <p.boekholt at hetnet.nl>
+
+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'.

Added: slsqlite/debian/rules
===================================================================
--- slsqlite/debian/rules	                        (rev 0)
+++ slsqlite/debian/rules	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1,7 @@
+#!/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) \
+				SL_FILES_INSTALL_DIR=/usr/share/slsh


Property changes on: slsqlite/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: slsqlite/debian/watch
===================================================================
--- slsqlite/debian/watch	                        (rev 0)
+++ slsqlite/debian/watch	2007-08-31 12:09:01 UTC (rev 830)
@@ -0,0 +1,2 @@
+version=3
+http://www.cheesit.com/downloads/slang/slsqlite.html .*/slsqlite-([\d.]+).tgz




More information about the Pkg-jed-commit mailing list