summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-08 09:37:59 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-08 09:37:59 +0000
commit1a49be49cf22871723c6ef3ab94e1d6e122c4d95 (patch)
treeb1c04879f7fb2746627e5019857e3445d56955b2
parent4d79bec7810738d32489467b1c1b7ff7ce38bedf (diff)
downloadlasso-1a49be49cf22871723c6ef3ab94e1d6e122c4d95.tar.gz
lasso-1a49be49cf22871723c6ef3ab94e1d6e122c4d95.tar.xz
lasso-1a49be49cf22871723c6ef3ab94e1d6e122c4d95.zip
debian packaging:
- correct sections - correct FSF address - renamed liblasso-dev to liblasso0-dev (and provides: liblasso-dev) - pointer to /usr/share/common-licenses/GPL
-rw-r--r--debian/changelog17
-rw-r--r--debian/control9
-rw-r--r--debian/copyright9
-rw-r--r--debian/liblasso-dev.dirs2
-rw-r--r--debian/liblasso-dev.files5
-rwxr-xr-xdebian/rules2
6 files changed, 30 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 4dbec65b..c690b2eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 7b46246a..9634d45e 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
diff --git a/debian/copyright b/debian/copyright
index a58d68bc..9f2b7d52 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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'.
+
diff --git a/debian/liblasso-dev.dirs b/debian/liblasso-dev.dirs
deleted file mode 100644
index 44188162..00000000
--- a/debian/liblasso-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff --git a/debian/liblasso-dev.files b/debian/liblasso-dev.files
deleted file mode 100644
index bba219c8..00000000
--- a/debian/liblasso-dev.files
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-/usr/lib/*.la
diff --git a/debian/rules b/debian/rules
index 2cc805cd..f774f051 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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