debian: sync bullseye packaging with upstream debian.org (#62756)

This commit is contained in:
Frédéric Péters 2022-03-14 21:29:50 +01:00
parent 904361430f
commit ade1436675
9 changed files with 19 additions and 30 deletions

View File

@ -1,3 +1,17 @@
lasso (2.7.0-3) unstable; urgency=medium
* d/control, d/compat: switch to debhelper-compat, remove compat file.
* d/control: remove ancient X-Python3-Version field.
* d/control: update homepage to https.
* d/control: add ${misc:Depends} to liblasso3-dev.
* d/control: remove useless dh-autoreconf build dependency.
* d/control: update standards-version to 4.6.0.
* d/php5-lasso.*: remove files for delete PHP package.
* d/liblasso-java.*: remove files for deleted Java package.
* d/rules: use dh_prep instead of dh_clean -k.
-- Frederic Peters <fpeters@debian.org> Tue, 08 Mar 2022 08:17:20 +0100
lasso (2.7.0-2) unstable; urgency=medium
* debian/rules: introduce build-arch/build-indep targets.

View File

@ -1 +0,0 @@
10

View File

@ -2,9 +2,8 @@ Source: lasso
Priority: optional
Section: libs
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper-compat (= 12),
dh-python,
dh-autoreconf,
gtk-doc-tools,
libxml2-dev,
libxslt1-dev,
@ -16,14 +15,13 @@ Build-Depends: debhelper (>= 9),
python3-lxml,
python3-six,
chrpath
Standards-Version: 4.4
X-Python3-Version: >= 3.4
Homepage: http://lasso.entrouvert.org
Standards-Version: 4.6.0
Homepage: https://lasso.entrouvert.org
Package: liblasso3-dev
Section: libdevel
Architecture: any
Depends: liblasso3 (= ${binary:Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev
Depends: liblasso3 (= ${binary:Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev, ${misc:Depends}
Provides: liblasso-dev
Conflicts: liblasso-dev, liblasso0, liblasso1
Description: Library for Liberty Alliance and SAML protocols - development kit

View File

@ -1 +0,0 @@
lasso_2.7.0-2_source.buildinfo libs optional

View File

@ -1,3 +0,0 @@
debian/tmp/etc/php5/
debian/tmp/usr/share/php/
debian/tmp/usr/lib/php5/*/lasso.so

View File

@ -1,7 +0,0 @@
#! /bin/sh -e
if [ "$1" = "configure" ]; then
php5enmod lasso
fi
#DEBHELPER#

View File

@ -1,7 +0,0 @@
#! /bin/sh -e
if [ "$1" = "remove" ]; then
php5dismod lasso
fi
#DEBHELPER#

View File

@ -1,4 +0,0 @@
shlibs:Depends=libc6 (>= 2.2.5), libglib2.0-0 (>= 2.41.1), liblasso3 (>= 2.5.0), libssl1.0.2 (>= 1.0.2d), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.20), libxmlsec1-openssl (>= 1.2.20), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
php:Depends=phpapi-20131226
misc:Depends=
misc:Pre-Depends=

View File

@ -89,7 +89,7 @@ clean:
install-arch: build-arch
dh_testdir
dh_testroot
dh_clean -k
dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \