[Pkg-jed-commit] r82 - trunk/packages/slgdbm/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 26 07:14:49 UTC 2005


Author: rafael
Date: 2005-09-26 07:14:48 +0000 (Mon, 26 Sep 2005)
New Revision: 82

Added:
   trunk/packages/slgdbm/debian/changelog
   trunk/packages/slgdbm/debian/compat
   trunk/packages/slgdbm/debian/control
   trunk/packages/slgdbm/debian/copyright
   trunk/packages/slgdbm/debian/rules
   trunk/packages/slgdbm/debian/slgdbm.docs
Modified:
   trunk/packages/slgdbm/debian/
Log:
Debian release 1.6-1




Property changes on: trunk/packages/slgdbm/debian
___________________________________________________________________
Name: svn:ignore
   + files
slgdbm.substvars
slgdbm
stamp-makefile-build


Added: trunk/packages/slgdbm/debian/changelog
===================================================================
--- trunk/packages/slgdbm/debian/changelog	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/changelog	2005-09-26 07:14:48 UTC (rev 82)
@@ -0,0 +1,18 @@
+slgdbm (1.6-1) unstable; urgency=low
+
+  * Initial release (closes: #329695)
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Mon, 26 Sep 2005 08:59:46 +0200
+
+Local Variables:
+debian-changelog-full-name: "Debian Octave Group"
+debian-changelog-mailing-address: "pkg-octave-devel at lists.alioth.debian.org"
+eval: (add-local-hook
+  'debian-changelog-add-version-hook
+  (lambda ()
+    (save-excursion
+      (forward-line -1)
+      (beginning-of-line)
+      (insert "\n   NOT YET RELEASED!\n\n   +++ Changes by "
+        (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
+End:

Added: trunk/packages/slgdbm/debian/compat
===================================================================
--- trunk/packages/slgdbm/debian/compat	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/compat	2005-09-26 07:14:48 UTC (rev 82)
@@ -0,0 +1 @@
+4

Added: trunk/packages/slgdbm/debian/control
===================================================================
--- trunk/packages/slgdbm/debian/control	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/control	2005-09-26 07:14:48 UTC (rev 82)
@@ -0,0 +1,18 @@
+Source: slgdbm
+Section: interpreters
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libgdbm-dev, cdbs
+Standards-Version: 3.6.2
+
+Package: slgdbm
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
+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.
+ .
+ Homepage: http://www.cheesit.com/downloads/slang/slgdbm.html
\ No newline at end of file

Added: trunk/packages/slgdbm/debian/copyright
===================================================================
--- trunk/packages/slgdbm/debian/copyright	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/copyright	2005-09-26 07:14:48 UTC (rev 82)
@@ -0,0 +1,18 @@
+This package was debianized by Rafael Laboissiere <rafael at debian.org> 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 <p.boekholt at hetnet.nl>
+
+License:
+
+According to slgdbm.html:
+    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'.
+

Added: trunk/packages/slgdbm/debian/rules
===================================================================
--- trunk/packages/slgdbm/debian/rules	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/rules	2005-09-26 07:14:48 UTC (rev 82)
@@ -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: trunk/packages/slgdbm/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/slgdbm/debian/slgdbm.docs
===================================================================
--- trunk/packages/slgdbm/debian/slgdbm.docs	2005-09-25 18:42:14 UTC (rev 81)
+++ trunk/packages/slgdbm/debian/slgdbm.docs	2005-09-26 07:14:48 UTC (rev 82)
@@ -0,0 +1 @@
+*.txt




More information about the Pkg-jed-commit mailing list