--- slwildcard-0.5.0.orig/debian/copyright +++ slwildcard-0.5.0/debian/copyright @@ -0,0 +1,18 @@ +This package was debianized by Rafael Laboissiere 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 + +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'. --- slwildcard-0.5.0.orig/debian/control +++ slwildcard-0.5.0/debian/control @@ -0,0 +1,21 @@ +Source: slwildcard +Section: interpreters +Priority: optional +Maintainer: Debian JED Group +Uploaders: Rafael Laboissiere +Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), cdbs +Standards-Version: 3.8.1 +Homepage: http://www.cheesit.com/downloads/slang/slwildcard.html +Vcs-Git: git://git.debian.org/git/pkg-jed/slwildcard.git +Vcs-Browser: http://git.debian.org/?p=pkg-jed/slwildcard.git + +Package: slang-wildcard +Architecture: any +Depends: ${misc: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. --- slwildcard-0.5.0.orig/debian/watch +++ slwildcard-0.5.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.cheesit.com/downloads/slang/slwildcard.html \ + .*/slwildcard-([\d.]+).tgz --- slwildcard-0.5.0.orig/debian/rules +++ slwildcard-0.5.0/debian/rules @@ -0,0 +1,6 @@ +#!/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) --- slwildcard-0.5.0.orig/debian/changelog +++ slwildcard-0.5.0/debian/changelog @@ -0,0 +1,53 @@ +slwildcard (0.5.0-2) 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 11:13:31 +0200 + +slwildcard (0.5.0-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works + + Bumped Standards-Version to 3.8.0 (no changes needed) + + -- Rafael Laboissiere Sat, 21 Jun 2008 17:02:30 +0200 + +slwildcard (0.4.0-2) unstable; urgency=low + + * debian/control: + + Added Homepage field + + 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:24:27 +0100 + +slwildcard (0.4.0-1) unstable; urgency=low + + * First official release to unstable (closes: #440263, #440398) + + -- Rafael Laboissiere Sat, 01 Sep 2007 09:54:04 +0200 + +slwildcard (0.4.0-1~pre1) unstable; urgency=low + + * Initial pre-release + + -- Rafael Laboissiere 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 [ " + (or (getenv "DEBFULLNAME") (user-full-name)) "]")))) +End: --- slwildcard-0.5.0.orig/debian/compat +++ slwildcard-0.5.0/debian/compat @@ -0,0 +1 @@ +7