Jppy: Debian/sid pilot-link 0.12.0 packages, plus jpilot and jppy

Norbert Preining preining at logic.at
Thu Aug 31 16:54:48 BST 2006


On Don, 31 Aug 2006, Norbert Preining wrote:
> For Ludovic: I attach an interdiff between the two debian directories

Damned, here it is.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
In those days spirits were brave, the stakes were high,
men were real men, women were real women, and small furry
creatures from Alpha Centauri were real small furry
creatures from Alpha Centauri.
                 --- Douglas Adams, The Hitchhikers Guide to the Galaxy
-------------- next part --------------
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/changelog pilot-link-0.12.0/debian/changelog
--- pilot-link-0.11.8-0.12.0-pre4/debian/changelog	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/changelog	2006-08-31 17:47:06.000000000 +0200
@@ -1,3 +1,10 @@
+pilot-link (0.12.0-0.1) unstable; urgency=low
+
+  * NMU
+  * new upstream
+
+ -- Norbert Preining <preining at logic.at>  Thu, 31 Aug 2006 16:19:28 +0200
+
 pilot-link (0.11.8-0.12.0-pre4-5) experimental; urgency=low
 
   * use --root instead of --home to correctly build the python-pisock package
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/libpisock-dev.install pilot-link-0.12.0/debian/libpisock-dev.install
--- pilot-link-0.11.8-0.12.0-pre4/debian/libpisock-dev.install	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/libpisock-dev.install	2006-08-31 17:47:06.000000000 +0200
@@ -5,3 +5,5 @@
 usr/lib/libpisync.so
 usr/lib/libpisync.a
 usr/lib/libpisync.la
+usr/share/aclocal/pilot-link.m4
+usr/lib/pkgconfig/pilot-link.pc
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/pilot-link.docs pilot-link-0.12.0/debian/pilot-link.docs
--- pilot-link-0.11.8-0.12.0-pre4/debian/pilot-link.docs	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/pilot-link.docs	2006-08-31 17:47:06.000000000 +0200
@@ -1,5 +1,7 @@
 changelog
 doc/README.usb
+doc/README.libusb
+doc/README.debugging
 doc/TODO
 NEWS
 README
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/pilot-link.install pilot-link-0.12.0/debian/pilot-link.install
--- pilot-link-0.11.8-0.12.0-pre4/debian/pilot-link.install	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/pilot-link.install	2006-08-31 17:47:06.000000000 +0200
@@ -1,3 +1,6 @@
 usr/bin/*
-usr/share/pilot-link/getrom2.prc
-usr/share/pilot-link/getrom.prc
+usr/share/pilot-link/prc/getrom2.prc
+usr/share/pilot-link/prc/getrom.prc
+usr/share/pilot-link/pix/*
+usr/share/man/man?/*
+etc/udev/rules.d/60-libpisock.rules
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/README.debian pilot-link-0.12.0/debian/README.debian
--- pilot-link-0.11.8-0.12.0-pre4/debian/README.debian	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/README.debian	2006-08-31 17:47:06.000000000 +0200
@@ -40,7 +40,7 @@
 ===========
 
 The two PalmOS programs getrom.prc and getrom2.prc which are used in
-conjunction with pi-getrom are in /usr/share/pilot-link/.
+conjunction with pi-getrom are in /usr/share/pilot-link/prc/.
 
 
 Ben Darnell <bgdarnel at debian.org>, Thu, 7 Oct 1999
diff -urN pilot-link-0.11.8-0.12.0-pre4/debian/rules pilot-link-0.12.0/debian/rules
--- pilot-link-0.11.8-0.12.0-pre4/debian/rules	2006-08-31 17:46:14.000000000 +0200
+++ pilot-link-0.12.0/debian/rules	2006-08-31 17:47:06.000000000 +0200
@@ -45,7 +45,9 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	./configure --prefix=/usr \
-		--with-cpp --with-perl --with-python --enable-libusb \
+		--with-cpp --with-perl --enable-libusb \
+		--with-libpng --with-python		\
+		--with-libiconv --enable-conduits 	\
 		CC="$(CC)" CFLAGS="$(CFLAGS)"
 
 	$(MAKE)
@@ -56,6 +58,7 @@
 	dh_testdir
 	rm -f build-stamp pre-binary-stamp
 	if [ -e Makefile ] ; then $(MAKE) distclean; fi
+	rm -rf bindings/Python/build
 	rm -f config.log changelog libtool
 	dh_clean
 
@@ -63,20 +66,22 @@
 pre-binary-stamp:
 	dh_clean
 	dh_installdirs
-	$(MAKE) -C src install prefix=`pwd`/debian/tmp/usr
+	$(MAKE) install DESTDIR=`pwd`/debian/tmp
 
-	$(MAKE) -C libpisock install prefix=`pwd`/debian/tmp/usr
+	#$(MAKE) -C src install prefix=`pwd`/debian/tmp/usr
+
+	#$(MAKE) -C libpisock install prefix=`pwd`/debian/tmp/usr
 	#$(MAKE) -C libpisock++ install prefix=`pwd`/debian/tmp/usr
-	$(MAKE) -C libpisync install prefix=`pwd`/debian/tmp/usr
-	$(MAKE) -C include install prefix=`pwd`/debian/tmp/usr
-	$(MAKE) -C bindings/Perl install PREFIX=`pwd`/debian/tmp/usr
+	#$(MAKE) -C libpisync install prefix=`pwd`/debian/tmp/usr
+	#$(MAKE) -C include install prefix=`pwd`/debian/tmp/usr
+	#$(MAKE) -C bindings/Perl install PREFIX=`pwd`/debian/tmp/usr
 	cd bindings/Python ; python setup.py install --root=$(pwd)/debian/tmp
 
 	# mini patches
 	cp ChangeLog changelog
 	chmod +x debian/tmp/usr/lib/perl5/PDA/dump.pl
 
-	dh_install --sourcedir=debian/tmp
+	dh_install --list-missing --sourcedir=debian/tmp
 	touch pre-binary-stamp
 
 # Build architecture-independent files here.


More information about the Jppy mailing list