[Pkg-jed-commit] r836 - slwildcard/debian

Rafael Laboissiere rafael at alioth.debian.org
Fri Aug 31 13:28:40 UTC 2007


Author: rafael
Date: 2007-08-31 13:28:40 +0000 (Fri, 31 Aug 2007)
New Revision: 836

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

Added: slwildcard/debian/changelog
===================================================================
--- slwildcard/debian/changelog	                        (rev 0)
+++ slwildcard/debian/changelog	2007-08-31 13:28:40 UTC (rev 836)
@@ -0,0 +1,16 @@
+slwildcard (0.1.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: slwildcard/debian/compat
===================================================================
--- slwildcard/debian/compat	                        (rev 0)
+++ slwildcard/debian/compat	2007-08-31 13:28:40 UTC (rev 836)
@@ -0,0 +1 @@
+4

Added: slwildcard/debian/control
===================================================================
--- slwildcard/debian/control	                        (rev 0)
+++ slwildcard/debian/control	2007-08-31 13:28:40 UTC (rev 836)
@@ -0,0 +1,22 @@
+Source: slwildcard
+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), cdbs
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slwildcard/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slwildcard/
+
+Package: slang-wildcard
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
+Description: adds a wildcard match function to S-Lang
+ The S-Lang module contained in this package provides a
+ wildcard_match() function to S-Lang. It's vectorized, so it should be
+ faster than an array_map(&string_match, ... ).  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/slwildcard.html

Added: slwildcard/debian/copyright
===================================================================
--- slwildcard/debian/copyright	                        (rev 0)
+++ slwildcard/debian/copyright	2007-08-31 13:28:40 UTC (rev 836)
@@ -0,0 +1,18 @@
+This package was debianized by Rafael Laboissiere <rafael at debian.org> on
+Fri, 31 Aug 2007 15:18:13 +0200
+
+It was downloaded from
+
+    http://www.cheesit.com/downloads/slang/slwildcard.html
+
+Copyright Holder: Paul Boekholt <p.boekholt at hetnet.nl>
+
+License:
+
+According to slwildcard.html:
+    slwildcard is Copyright (c) 2004, 2005 Paul Boekholt. The 'patmatch'
+    function was written by Thomas Moore. 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: slwildcard/debian/rules
===================================================================
--- slwildcard/debian/rules	                        (rev 0)
+++ slwildcard/debian/rules	2007-08-31 13:28:40 UTC (rev 836)
@@ -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: slwildcard/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-jed-commit mailing list