diffstat for fossology_1.2.0-3.1 fossology_1.2.0-3.1ubuntu2 devel/libfossdb/Makefile | 2 +- fossology-1.2.0/debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ fossology-1.2.0/debian/control | 9 +++++---- 3 files changed, 43 insertions(+), 5 deletions(-) diff -u fossology-1.2.0/debian/control fossology-1.2.0/debian/control --- fossology-1.2.0/debian/control +++ fossology-1.2.0/debian/control @@ -1,8 +1,9 @@ Source: fossology Section: utils Priority: extra -Maintainer: Matt Taggart -Build-Depends: debhelper (>= 5), postgresql-server-dev-8.4 | postgresql-server-dev-8.3, libmagic-dev, libxml2-dev, libextractor-dev, libtext-template-perl, librpm-dev, subversion, python-pyrex, python, python-dev, rpm +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Matt Taggart +Build-Depends: debhelper (>= 5), postgresql-server-dev-9.1 | postgresql-server-dev-9.0, libmagic-dev, libxml2-dev, libextractor-dev, libtext-template-perl, librpm-dev, subversion, python-pyrex, python, python-dev, rpm Standards-Version: 3.9.0 Homepage: http://fossology.org @@ -90,7 +91,7 @@ Package: fossology-db Architecture: all -Depends: postgresql-8.4 | postgresql-8.3, ${shlibs:Depends}, ${misc:Depends} +Depends: postgresql-9.1 | postgresql-9.0, ${shlibs:Depends}, ${misc:Depends} Description: architecture for analyzing software, database The FOSSology project is a web based framework that allows you to upload software to be picked apart and then analyzed by software agents @@ -136,7 +137,7 @@ Package: fossology-dev Architecture: any -Depends: postgresql-server-dev-8.4 | postgresql-server-dev-8.3, ${shlibs:Depends}, ${misc:Depends} +Depends: postgresql-server-dev-9.1 | postgresql-server-dev-9.0, ${shlibs:Depends}, ${misc:Depends} Description: architecture for analyzing software, development files The FOSSology project is a web based framework that allows you to upload software to be picked apart and then analyzed by software agents diff -u fossology-1.2.0/debian/changelog fossology-1.2.0/debian/changelog --- fossology-1.2.0/debian/changelog +++ fossology-1.2.0/debian/changelog @@ -1,3 +1,20 @@ +fossology (1.2.0-3.1ubuntu2) precise; urgency=low + + * debian/control: update b-d and dependencies to use postgresql-9 packages. + This makes possible to build and install several packages (-db and -dev) + + -- Fabrice Coutadeur Fri, 24 Feb 2012 05:45:34 +0000 + +fossology (1.2.0-3.1ubuntu1) oneiric; urgency=low + + * Merge from debian unstable. Remaining changes: + - Move -lpq after -lfossdb, fixing build failure with 'ld --as-needed' + * Dropped change, fixed in Debian: + - In agents/pkgagent/Makefile add -lrpmio to CFLAGS_LOCAL to fix FTBFS + due to indirect linking + + -- Angel Abad Sat, 11 Jun 2011 17:42:15 +0200 + fossology (1.2.0-3.1) unstable; urgency=high * Non-maintainer upload. @@ -7,6 +24,26 @@ -- Mehdi Dogguy Tue, 24 May 2011 14:40:35 +0200 +fossology (1.2.0-3ubuntu3) oneiric; urgency=low + + * Move -lpq after -lfossdb, fixing build failure with 'ld --as-needed' + (LP: #770861). + + -- Colin Watson Tue, 24 May 2011 13:20:31 +0100 + +fossology (1.2.0-3ubuntu2) oneiric; urgency=low + + * Rebuild for RPM 4.9.0. + + -- Colin Watson Sun, 22 May 2011 20:37:26 +0100 + +fossology (1.2.0-3ubuntu1) natty; urgency=low + + * In agents/pkgagent/Makefile add -lrpmio to CFLAGS_LOCAL to fix FTBFS due to + indirect linking + + -- Scott Kitterman Sun, 07 Nov 2010 14:24:28 -0500 + fossology (1.2.0-3) unstable; urgency=low * added upstream fix to pkgagent, svn#3324 only in patch2: unchanged: --- fossology-1.2.0.orig/devel/libfossdb/Makefile +++ fossology-1.2.0/devel/libfossdb/Makefile @@ -15,7 +15,7 @@ $(AR) cr $@ libfossdb.o $(EXE): %: %.c $(LIB) $(VARS) - $(CC) $< -lpq $(CFLAGS_DB) -I`pg_config --includedir` -o $@ + $(CC) $< $(CFLAGS_DB) -lpq -I`pg_config --includedir` -o $@ install: install-dev install-lib install-exe