[Pkg-jed-commit] r833 - slexpat/debian

Rafael Laboissiere rafael at alioth.debian.org
Fri Aug 31 12:15:28 UTC 2007


Author: rafael
Date: 2007-08-31 12:15:28 +0000 (Fri, 31 Aug 2007)
New Revision: 833

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

Added: slexpat/debian/changelog
===================================================================
--- slexpat/debian/changelog	                        (rev 0)
+++ slexpat/debian/changelog	2007-08-31 12:15:28 UTC (rev 833)
@@ -0,0 +1,16 @@
+slexpat (0.3.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 31 Aug 2007 13:32:13 +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: slexpat/debian/compat
===================================================================
--- slexpat/debian/compat	                        (rev 0)
+++ slexpat/debian/compat	2007-08-31 12:15:28 UTC (rev 833)
@@ -0,0 +1 @@
+4

Added: slexpat/debian/control
===================================================================
--- slexpat/debian/control	                        (rev 0)
+++ slexpat/debian/control	2007-08-31 12:15:28 UTC (rev 833)
@@ -0,0 +1,21 @@
+Source: slexpat
+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),
+ libexpat1-dev, cdbs
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slexpat/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slexpat/
+
+Package: slang-expat
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
+Description: S-Lang bindings for the expat XML parser
+ The S-Lang module contained in this package provides bindings to the
+ expat library for parsing XML files.  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/slexpat.html

Added: slexpat/debian/copyright
===================================================================
--- slexpat/debian/copyright	                        (rev 0)
+++ slexpat/debian/copyright	2007-08-31 12:15:28 UTC (rev 833)
@@ -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/slexpat.html
+
+Copyright Holder: Paul Boekholt <p.boekholt at hetnet.nl>
+
+License:
+
+According to slexpat.html:
+    slexpat 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: slexpat/debian/examples
===================================================================
--- slexpat/debian/examples	                        (rev 0)
+++ slexpat/debian/examples	2007-08-31 12:15:28 UTC (rev 833)
@@ -0,0 +1 @@
+outline.sl

Added: slexpat/debian/rules
===================================================================
--- slexpat/debian/rules	                        (rev 0)
+++ slexpat/debian/rules	2007-08-31 12:15:28 UTC (rev 833)
@@ -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: slexpat/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

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




More information about the Pkg-jed-commit mailing list