debian packaging:

- correct sections
 - correct FSF address
 - renamed liblasso-dev to liblasso0-dev (and provides: liblasso-dev)
 - pointer to /usr/share/common-licenses/GPL
This commit is contained in:
Frédéric Péters 2004-08-08 09:37:59 +00:00
parent 4d79bec781
commit 1a49be49cf
6 changed files with 30 additions and 14 deletions

17
debian/changelog vendored
View File

@ -1,3 +1,20 @@
lasso (0.3.0-4) unstable; urgency=low
* debian/copyright: fixed address of the FSF; add a pointer to
/usr/share/common-licenses/GPL.
* debian/control: lasso source package goes in section libs and liblasso-dev
goes in section libdevel
* debian/control: -dev package renamed to liblasso0-dev; provides
liblasso-dev (per Debian Library Packaging guide)
-- Frederic Peters <fpeters@debian.org> Sun, 8 Aug 2004 10:55:39 +0200
lasso (0.3.0-3) unstable; urgency=low
* fixed lasso.pc
-- Frederic Peters <fpeters@debian.org> Thu, 29 Jul 2004 23:24:57 +0200
lasso (0.3.0-2) unstable; urgency=low
* debian/liblasso0-python2.3.files: don't include static library in Python

9
debian/control vendored
View File

@ -1,13 +1,16 @@
Source: lasso
Priority: optional
Section: libs
Maintainer: Frederic Peters <fpeters@debian.org>
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
Standards-Version: 3.6.1
Package: liblasso-dev
Section: devel
Package: liblasso0-dev
Section: libdevel
Architecture: any
Depends: liblasso0 (= ${Source-Version}), libxml2-dev, libxmlsec1-dev
Provides: liblasso-dev
Conflicts: liblasso-dev
Description: Liberty Alliance library - development kit
Lasso is an implementation of the Liberty Alliance standard; it defines
processes for federated identities, single signon and related protocols.

9
debian/copyright vendored
View File

@ -25,9 +25,9 @@ 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.
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., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, 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"
@ -39,3 +39,6 @@ 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.
On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL'.

View File

@ -1,2 +0,0 @@
usr/lib
usr/include

View File

@ -1,5 +0,0 @@
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
/usr/lib/*.la

2
debian/rules vendored
View File

@ -32,7 +32,7 @@ major=`ls src/.libs/lib*.so.* | \
config.status: configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no --disable-java --disable-php
build: build-stamp