diff -u libflorist-2008/debian/florist.gpr libflorist-2008/debian/florist.gpr --- libflorist-2008/debian/florist.gpr +++ libflorist-2008/debian/florist.gpr @@ -31,7 +31,8 @@ project Florist is - for Library_Name use "libflorist.so.2008"; + for Library_Name use "florist"; for Library_Kind use "dynamic"; for Library_Dir use "/usr/lib"; for Source_Dirs use ("/usr/share/ada/adainclude/florist"); for Object_Dir use "/usr/lib/ada/adalib/florist"; + for Externally_Built use "True"; end Florist; diff -u libflorist-2008/debian/changelog libflorist-2008/debian/changelog --- libflorist-2008/debian/changelog +++ libflorist-2008/debian/changelog @@ -1,3 +1,15 @@ +libflorist (2008-1ubuntu3) karmic; urgency=low + * rebuild for Karmic + * debian/rules : + add -lgnarl -lrt -lpthread + to the gnatgcc -shared command to build (after -lgnat) + the libflorist.so shared library without + unreferenced symbols + * debian/florist.gpr : add for Externally_Built use "true"; + * debian/florist.gpr : correct wrong Library_Name, should be florist + + -- David Sauvage Sun, 10 Jan 2010 16:28:51 +0100 + libflorist (2008-1) unstable; urgency=low * New upstream version. diff -u libflorist-2008/debian/rules libflorist-2008/debian/rules --- libflorist-2008/debian/rules +++ libflorist-2008/debian/rules @@ -45,7 +45,7 @@ gnatgcc -shared *.o \ -o libflorist.so.$(major) \ -Wl,--soname,libflorist.so.$(major) \ - -lgnat + -lgnat -lgnarl -lrt -lpthread touch build-stamp clean: unpatch only in patch2: unchanged: --- libflorist-2008.orig/.bashrc +++ libflorist-2008/.bashrc @@ -0,0 +1,2 @@ +export DEBFULLNAME="David Sauvage" +export DEBEMAIL="sauvage.david@gmail.com"