diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-07-27 15:31:37 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-07-27 15:31:37 +0000 |
| commit | d18a9dd23da7e66330a6da5dffaf6739d54e207c (patch) | |
| tree | 2e09e9309df381b5a94b6f241fbe477567a98e9b | |
| parent | 359b8128c3d4308ae8b27ddf3a352b67eaba629b (diff) | |
| download | lasso-d18a9dd23da7e66330a6da5dffaf6739d54e207c.tar.gz lasso-d18a9dd23da7e66330a6da5dffaf6739d54e207c.tar.xz lasso-d18a9dd23da7e66330a6da5dffaf6739d54e207c.zip | |
debian/ updated for official 0.3 release
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/copyright | 39 | ||||
| -rw-r--r-- | debian/docs | 1 | ||||
| -rw-r--r-- | debian/liblasso0-python2.3.files | 4 | ||||
| -rwxr-xr-x | debian/rules | 14 |
6 files changed, 53 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index b339f02b..4dbec65b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 877ac4cd..7b46246a 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/copyright b/debian/copyright index f4ca0158..a58d68bc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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> diff --git a/debian/docs b/debian/docs index e845566c..55bc0a63 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README +AUTHORS diff --git a/debian/liblasso0-python2.3.files b/debian/liblasso0-python2.3.files index 41158e05..fb065643 100644 --- a/debian/liblasso0-python2.3.files +++ b/debian/liblasso0-python2.3.files @@ -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 diff --git a/debian/rules b/debian/rules index a7102153..2cc805cd 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |
