debian/ updated for official 0.3 release

This commit is contained in:
Frédéric Péters 2004-07-27 15:31:37 +00:00
parent 359b8128c3
commit d18a9dd23d
6 changed files with 53 additions and 18 deletions

11
debian/changelog vendored
View File

@ -1,6 +1,13 @@
lasso (0.2.0-1) unstable; urgency=low
lasso (0.3.0-2) unstable; urgency=low
* debian/liblasso0-python2.3.files: don't include static library in Python
package. [brown bag]
-- Frederic Peters <fpeters@debian.org> Tue, 27 Jul 2004 17:23:07 +0200
lasso (0.3.0-1) unstable; urgency=low
* Initial Release.
-- Frederic Peters <fpeters@debian.org> Fri, 16 Jul 2004 14:50:19 +0200
-- Frederic Peters <fpeters@debian.org> Tue, 27 Jul 2004 16:50:43 +0200

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: lasso
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python2.3-dev
Standards-Version: 3.6.0
Package: liblasso-dev

39
debian/copyright vendored
View File

@ -1,10 +1,41 @@
This package was debianized by Frederic Peters <fpeters@debian.org> on
Fri, 16 Jul 2004 14:50:19 +0200.
It was downloaded from <fill in ftp site>
It was downloaded from http://lasso.entrouvert.org
Upstream Author(s): <put author(s) name and email here>
Upstream Authors:
Copyright:
Nicolas Clapies <nclapies@entrouvert.com>
Valery Febvre <vfebvre@easter-eggs.com>
(complete list in AUTHORS)
Copyright (c) 2004 Entr'ouvert
Excepted the Lasso logo, copyright (c) 2004, Entr'ouvert & Florent Monnier
License is GNU GPL v2 or later plus OpenSSL exception clause.
This program 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 program 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 program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.
In addition, as a special exception, Entr'ouvert gives permission to link
the code of its release of Lasso with the OpenSSL project's "OpenSSL"
library (or with modified versions of it that use the same license as the
"OpenSSL" library), and distribute the linked executables. You must obey
the GNU General Public License in all respects for all of the code used
other than "OpenSSL". If you modify this file, you may extend this
exception to your version of the file, but you are not obligated to do so.
If you do not wish to do so, delete this exception statement from your
version.
<Must follow here>

1
debian/docs vendored
View File

@ -1 +1,2 @@
README
AUTHORS

View File

@ -1,3 +1,3 @@
usr/lib/python2.3/lib-dynload/lassomod.so
usr/lib/python2.3/site-packages/*
usr/lib/python2.3/site-packages/*.py
usr/lib/python2.3/site-packages/*.so

14
debian/rules vendored
View File

@ -24,14 +24,10 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
# shared library versions, option 1
version=2.0.5
major=2
# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
#version=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
#major=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
version=`ls src/.libs/lib*.so.* | \
awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
major=`ls src/.libs/lib*.so.* | \
awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
config.status: configure
dh_testdir
@ -83,7 +79,7 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installman