tags 616856 + patch pending thanks Dear maintainer,
I've prepared an NMU for lasso (versioned as 2.3.6-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u lasso-2.3.6/config.sub lasso-2.3.6/config.sub --- lasso-2.3.6/config.sub +++ lasso-2.3.6/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-04-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -225,6 +225,12 @@ -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; @@ -1537,6 +1543,9 @@ c4x-* | tic4x-*) os=-coff ;; + hexagon-*) + os=-elf + ;; tic54x-*) os=-coff ;; diff -u lasso-2.3.6/debian/control.in lasso-2.3.6/debian/control.in --- lasso-2.3.6/debian/control.in +++ lasso-2.3.6/debian/control.in @@ -2,8 +2,7 @@ Priority: optional Section: libs Maintainer: Frederic Peters <[email protected]> -Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python-all-dev (>= 2.3.5-11), libexpat1-dev, fastjar, python-central (>= 0.5), php5-dev, python-lxml, chrpath -XS-Python-Version: all +Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python-all-dev (>= 2.6.6-3~), libexpat1-dev, fastjar, php5-dev, python-lxml, chrpath Standards-Version: 3.8.0 Homepage: http://lasso.entrouvert.org @@ -39,7 +38,6 @@ Section: python Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:depends} -XB-Python-Version: ${python:Versions} Description: Library for Liberty Alliance and SAML protocols - Python bindings Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. diff -u lasso-2.3.6/debian/rules lasso-2.3.6/debian/rules --- lasso-2.3.6/debian/rules +++ lasso-2.3.6/debian/rules @@ -154,7 +154,7 @@ dh_link dh_strip dh_perl - dh_pycentral -ppython-lasso + dh_python2 -ppython-lasso dh_compress dh_fixperms dh_makeshlibs -a -V diff -u lasso-2.3.6/debian/changelog lasso-2.3.6/debian/changelog --- lasso-2.3.6/debian/changelog +++ lasso-2.3.6/debian/changelog @@ -1,3 +1,10 @@ +lasso (2.3.6-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616856). + + -- Luca Falavigna <[email protected]> Thu, 30 May 2013 20:36:16 +0200 + lasso (2.3.6-2) unstable; urgency=low * Fix building against glib 2.32 (closes: #665565, #666636) diff -u lasso-2.3.6/debian/control lasso-2.3.6/debian/control --- lasso-2.3.6/debian/control +++ lasso-2.3.6/debian/control @@ -2,8 +2,7 @@ Priority: optional Section: libs Maintainer: Frederic Peters <[email protected]> -Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python-all-dev (>= 2.3.5-11), libexpat1-dev, fastjar, python-central (>= 0.5), php5-dev, python-lxml, chrpath -XS-Python-Version: all +Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev, libxslt1-dev, libxmlsec1-dev, libxmlsec1-openssl, libglib2.0-dev, python-all-dev (>= 2.6.6-3~), libexpat1-dev, fastjar, php5-dev, python-lxml, chrpath Standards-Version: 3.8.0 Homepage: http://lasso.entrouvert.org @@ -39,7 +38,6 @@ Section: python Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:depends} -XB-Python-Version: ${python:Versions} Description: Library for Liberty Alliance and SAML protocols - Python bindings Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. reverted: --- lasso-2.3.6/debian/pycompat +++ lasso-2.3.6.orig/debian/pycompat @@ -1 +0,0 @@ -2

