dpkg-buildpackage: source package is libpgjava dpkg-buildpackage: source version is 8.1-404-0zajac2 dpkg-buildpackage: source changed by Blair Zajac dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi dh_clean /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/tmp/blair/j/libpgjava-8.1-404' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/blair/j/libpgjava-8.1-404' patches: debian/patches/01_BuildXml.patch debian/patches/02_PSQLException_JDK13.patch Not reversing not applied patches. if [ "reverse-patches" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "reverse-patches" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi # after reverting patches, we don't need update-config because: # - the tree is already in a consistent state. # - the initialisation of this routine is already in charge of making # the tree not only consistent, but also prepared to accept patching. if [ "reverse-patches" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi for dir in debian/patches ; do \ rm -f $dir/*.log ; \ done rm -f org/postgresql/Driver.java org/postgresql/util/PSQLException.java postgresql-jdbc*.jar rm -rf build jars java dpkg-source -b libpgjava-8.1-404 dpkg-source: building libpgjava using existing libpgjava_8.1-404.orig.tar.gz dpkg-source: building libpgjava in libpgjava_8.1-404-0zajac2.diff.gz dpkg-source: building libpgjava in libpgjava_8.1-404-0zajac2.dsc debian/rules build test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/tmp/blair/j/libpgjava-8.1-404' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/blair/j/libpgjava-8.1-404' patches: debian/patches/01_BuildXml.patch debian/patches/02_PSQLException_JDK13.patch Trying patch debian/patches/01_BuildXml.patch at level 0...success. Trying patch debian/patches/02_PSQLException_JDK13.patch at level 0...success. if [ "debian/stamp-patched" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "debian/stamp-patched" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi # after reverting patches, we don't need update-config because: # - the tree is already in a consistent state. # - the initialisation of this routine is already in charge of making # the tree not only consistent, but also prepared to accept patching. if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi make[1]: Entering directory `/tmp/blair/j/libpgjava-8.1-404' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/tmp/blair/j/libpgjava-8.1-404' # chmod -x example/corba/stock.idl to fix lintian/linda warning chmod -x example/corba/stock.idl # move jdbc2 interfaces to the source directory cp -r debian/jdbc2_interfaces/* . # build JDBC 2 ant -Djdbc2=true -Dtarget=1.3 -Dbuild.compiler=jikes jar Unable to locate tools.jar. Expected to find it in /usr/lib/kaffe/pthreads/lib/tools.jar Buildfile: build.xml prepare: [mkdir] Created dir: /tmp/blair/j/libpgjava-8.1-404/build [mkdir] Created dir: /tmp/blair/j/libpgjava-8.1-404/jars check_versions: check_driver: driver: [copy] Copying 1 file to /tmp/blair/j/libpgjava-8.1-404/org/postgresql [copy] Copying 1 file to /tmp/blair/j/libpgjava-8.1-404/org/postgresql/util [echo] Configured build for the JDBC2 Enterprise edition driver with NO SSL compile: [javac] Compiling 112 source files to /tmp/blair/j/libpgjava-8.1-404/build [javac] Issued 1 system warning: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/lib/kaffe/pthreads/lib/*.jar. [javac] Issued 6 semantic warnings compiling "/tmp/blair/j/libpgjava-8.1-404/org/postgresql/util/PGInterval.java": [javac] 95. int years = 0; [javac] ^---^ [javac] *** Semantic Warning: Local "years" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 96. int months = 0; [javac] ^----^ [javac] *** Semantic Warning: Local "months" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 97. int days = 0; [javac] ^--^ [javac] *** Semantic Warning: Local "days" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 98. int hours = 0; [javac] ^---^ [javac] *** Semantic Warning: Local "hours" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 99. int minutes = 0; [javac] ^-----^ [javac] *** Semantic Warning: Local "minutes" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 100. double seconds = 0; [javac] ^-----^ [javac] *** Semantic Warning: Local "seconds" shadows a field of the same name in "org.postgresql.util.PGInterval". examples: [javac] Compiling 8 source files to /tmp/blair/j/libpgjava-8.1-404/build [javac] Issued 1 system warning: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/lib/kaffe/pthreads/lib/*.jar. jar: [jar] Building jar: /tmp/blair/j/libpgjava-8.1-404/jars/postgresql.jar [jar] Building jar: /tmp/blair/j/libpgjava-8.1-404/jars/postgresql-examples.jar BUILD SUCCESSFUL Total time: 6 seconds mv jars/postgresql.jar postgresql-jdbc2.jar # remove stuff from jdbc2 built including jdbc2 interfaces rm org/postgresql/Driver.java org/postgresql/util/PSQLException.java rm -rf build jars java # build JDBC 3 ant -Djdbc3=true -Dtarget=1.4 -Dssl=true jar Unable to locate tools.jar. Expected to find it in /usr/lib/kaffe/pthreads/lib/tools.jar Buildfile: build.xml prepare: [mkdir] Created dir: /tmp/blair/j/libpgjava-8.1-404/build [mkdir] Created dir: /tmp/blair/j/libpgjava-8.1-404/jars check_versions: check_driver: driver: [copy] Copying 1 file to /tmp/blair/j/libpgjava-8.1-404/org/postgresql [copy] Copying 1 file to /tmp/blair/j/libpgjava-8.1-404/org/postgresql/util [echo] Configured build for the JDBC3 edition driver with SSL compile: [javac] Compiling 128 source files to /tmp/blair/j/libpgjava-8.1-404/build [javac] Issued 1 system warning: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/lib/kaffe/pthreads/lib/*.jar. [javac] Issued 6 semantic warnings compiling "/tmp/blair/j/libpgjava-8.1-404/org/postgresql/util/PGInterval.java": [javac] 95. int years = 0; [javac] ^---^ [javac] *** Semantic Warning: Local "years" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 96. int months = 0; [javac] ^----^ [javac] *** Semantic Warning: Local "months" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 97. int days = 0; [javac] ^--^ [javac] *** Semantic Warning: Local "days" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 98. int hours = 0; [javac] ^---^ [javac] *** Semantic Warning: Local "hours" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 99. int minutes = 0; [javac] ^-----^ [javac] *** Semantic Warning: Local "minutes" shadows a field of the same name in "org.postgresql.util.PGInterval". [javac] 100. double seconds = 0; [javac] ^-----^ [javac] *** Semantic Warning: Local "seconds" shadows a field of the same name in "org.postgresql.util.PGInterval". examples: [javac] Compiling 8 source files to /tmp/blair/j/libpgjava-8.1-404/build [javac] Issued 1 system warning: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/lib/kaffe/pthreads/lib/*.jar. jar: [jar] Building jar: /tmp/blair/j/libpgjava-8.1-404/jars/postgresql.jar [jar] Building jar: /tmp/blair/j/libpgjava-8.1-404/jars/postgresql-examples.jar BUILD SUCCESSFUL Total time: 7 seconds mv jars/postgresql.jar postgresql-jdbc3.jar fakeroot debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi dh_installdirs -plibpg-java install -m 644 postgresql-jdbc2.jar debian/libpg-java/usr/share/java/postgresql-jdbc2-8.1.jar ln -s postgresql-jdbc2-8.1.jar debian/libpg-java/usr/share/java/postgresql-jdbc2.jar install -m 644 postgresql-jdbc3.jar debian/libpg-java/usr/share/java/postgresql-jdbc3-8.1.jar ln -s postgresql-jdbc3-8.1.jar debian/libpg-java/usr/share/java/postgresql-jdbc3.jar ln -s postgresql-jdbc3-8.1.jar debian/libpg-java/usr/share/java/postgresql.jar dh_installdirs -plibpgjava dh_installdocs -plibpg-java ./README dh_installexamples -plibpg-java dh_installman -plibpg-java dh_installinfo -plibpg-java dh_installmenu -plibpg-java dh_installcron -plibpg-java dh_installinit -plibpg-java dh_installdebconf -plibpg-java dh_installemacsen -plibpg-java dh_installpam -plibpg-java dh_installlogrotate -plibpg-java if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibpg-java ; fi dh_installchangelogs -plibpg-java dh_install -plibpg-java dh_link -plibpg-java dh_installdocs -plibpgjava ./README dh_installexamples -plibpgjava dh_installman -plibpgjava dh_installinfo -plibpgjava dh_installmenu -plibpgjava dh_installcron -plibpgjava dh_installinit -plibpgjava dh_installdebconf -plibpgjava dh_installemacsen -plibpgjava dh_installpam -plibpgjava dh_installlogrotate -plibpgjava if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibpgjava ; fi dh_installchangelogs -plibpgjava dh_install -plibpgjava dh_link -plibpgjava if test ""; then :; else dh_strip -plibpg-java ; fi dh_compress -plibpg-java dh_fixperms -plibpg-java if test ""; then :; else dh_makeshlibs -plibpg-java ; fi dh_installdeb -plibpg-java dh_perl -plibpg-java if test ""; then :; else dh_strip -plibpgjava ; fi dh_compress -plibpgjava dh_fixperms -plibpgjava if test ""; then :; else dh_makeshlibs -plibpgjava ; fi dh_installdeb -plibpgjava dh_perl -plibpgjava dh_shlibdeps -plibpg-java dh_gencontrol -plibpg-java dh_md5sums -plibpg-java dh_builddeb -plibpg-java dpkg-deb: building package `libpg-java' in `../libpg-java_8.1-404-0zajac2_all.deb'. dh_shlibdeps -plibpgjava dh_gencontrol -plibpgjava dh_md5sums -plibpgjava dh_builddeb -plibpgjava dpkg-deb: building package `libpgjava' in `../libpgjava_8.1-404-0zajac2_all.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included)