--- simplelist-0.3.4.orig/debian/libsimplelist0-dev.install
+++ simplelist-0.3.4/debian/libsimplelist0-dev.install
@@ -0,0 +1,5 @@
+usr/lib/libsimplelist.so
+usr/lib/libsimplelist.a
+usr/lib/libsimplelist.la
+usr/share/man/
+usr/include/
--- simplelist-0.3.4.orig/debian/README.Debian
+++ simplelist-0.3.4/debian/README.Debian
@@ -0,0 +1,7 @@
+simplelist for Debian
+---------------------
+
+The upstream name for this library is sl, but that one was already
+taken, so I renamed this as simplelist.
+
+ -- Kari Pahula <kaol@debian.org>, Tue,  9 May 2006 19:19:21 +0300
--- simplelist-0.3.4.orig/debian/libsimplelist0.install
+++ simplelist-0.3.4/debian/libsimplelist0.install
@@ -0,0 +1,2 @@
+usr/lib/libsimplelist.so.0.1.1
+usr/lib/libsimplelist.so.0
--- simplelist-0.3.4.orig/debian/compat
+++ simplelist-0.3.4/debian/compat
@@ -0,0 +1 @@
+5
--- simplelist-0.3.4.orig/debian/rules
+++ simplelist-0.3.4/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
+# This file is public domain.
+  
+# Add here any variable or target overrides you need
+
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+
+common-configure-arch::
+	if [ ! -e configure ] ; then aclocal-1.9 && libtoolize && automake-1.9 -a && autoconf; fi
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+clean::
+	rm -f Makefile.in aclocal.m4 configure config/*
--- simplelist-0.3.4.orig/debian/changelog
+++ simplelist-0.3.4/debian/changelog
@@ -0,0 +1,25 @@
+simplelist (0.3.4-2) unstable; urgency=low
+
+  * Updated Homepage field in debian/control.
+  * Standards-Version bumped to 3.8.0 (no changes necessary)
+
+ -- Kari Pahula <kaol@debian.org>  Thu, 19 Jun 2008 01:25:16 +0300
+
+simplelist (0.3.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Kari Pahula <kaol@debian.org>  Fri,  9 Feb 2007 13:33:51 +0200
+
+simplelist (0.3.3-2) unstable; urgency=low
+
+  * Added Depends: libsimplelist0 to libsimplelist0-dev (Closes: #370816)
+
+ -- Kari Pahula <kaol@debian.org>  Wed,  7 Jun 2006 08:20:07 +0300
+
+simplelist (0.3.3-1) unstable; urgency=low
+
+  * Initial release Closes: #358657
+
+ -- Kari Pahula <kaol@debian.org>  Tue,  9 May 2006 19:19:21 +0300
+
--- simplelist-0.3.4.orig/debian/control
+++ simplelist-0.3.4/debian/control
@@ -0,0 +1,34 @@
+Source: simplelist
+Section: libs
+Priority: optional
+Maintainer: Kari Pahula <kaol@debian.org>
+Build-Depends: libtool, autoconf, automake1.9, cdbs, debhelper (>= 5)
+Standards-Version: 3.8.0
+Homepage: http://code.brautaset.org/sl/
+
+Package: libsimplelist0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: memory-efficient generic linked list library
+ sl doesn't use container nodes. Instead it requires a pointer to the
+ next item directly in the datastructure you want to create lists (or
+ stacks) of. This can give you significant memory savings when
+ creating long lists of small structures. It also allows for fast push
+ and pop operations since there is no need to allocate or free memory
+ for the container nodes. It also means that a push can't fail because
+ memory couldn't be allocated for the container node.
+
+Package: libsimplelist0-dev
+Architecture: any
+Section: libdevel
+Depends: libsimplelist0, ${shlibs:Depends}, ${misc:Depends}
+Description: memory-efficient generic linked list library
+ sl doesn't use container nodes. Instead it requires a pointer to the
+ next item directly in the datastructure you want to create lists (or
+ stacks) of. This can give you significant memory savings when
+ creating long lists of small structures. It also allows for fast push
+ and pop operations since there is no need to allocate or free memory
+ for the container nodes. It also means that a push can't fail because
+ memory couldn't be allocated for the container node.
+ .
+ This package has the development headers and static libraries.
--- simplelist-0.3.4.orig/debian/simplelist.postrm.debhelper
+++ simplelist-0.3.4/debian/simplelist.postrm.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+# End automatically added section
--- simplelist-0.3.4.orig/debian/simplelist.postinst.debhelper
+++ simplelist-0.3.4/debian/simplelist.postinst.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+# End automatically added section
--- simplelist-0.3.4.orig/debian/copyright
+++ simplelist-0.3.4/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Kari Pahula <kaol@debian.org> on
+Tue,  9 May 2006 19:19:21 +0300.
+
+It was downloaded from http://brautaset.org/files/sl/
+
+Copyright 2005 Stig Brautaset <stig@brautaset.org>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
--- simplelist-0.3.4.orig/debian/simplelist.substvars
+++ simplelist-0.3.4/debian/simplelist.substvars
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.6-6)
