tags 304432 patch
thanks

Hi,

The attached patch should fix this bug, it contains also a couple of
other fixes. Overall :
-it removes the 'autotools' target, which did nothing.
config.{sub,guess} are copied by calling autogen.sh anyway.
-stop calling 'autotools' and 'configure-stamp' before 'clean', which
was the actual problem. It was done as root
-binary does not depend on binary-indep anymore. There is no
binary-indep package anyway. This fixes a lintian warning
(/etc/pluckerrc
-move menu to plucker-desktop.menu. This way it gets installed to
plucker-destop instead of plucker. This removes 2 more lintian warnings
-to go with the previous modification, have plucker-destop replace
plucker (<= 1.8-4)

HTH
Regards,
Regis
-- 
"While a monkey can be a manager, it takes a human to be an engineer"
                        Erik Zapletal
diff -urN plucker-1.8/debian/control plucker-1.8.work/debian/control
--- plucker-1.8/debian/control	2005-08-07 00:33:12.269369880 +0100
+++ plucker-1.8.work/debian/control	2005-08-07 00:34:22.796648104 +0100
@@ -21,6 +21,7 @@
 Depends: plucker, libwxgtk2.4, libwxgtk2.4-contrib
 Suggests: pilot-link
 Enhances: plucker (>= 1.8)
+Replaces: plucker (<= 1.8-4)
 Description: Plucker Desktop is a GUI for Plucker
  Plucker Desktop (http://desktop.plkr.org/) is a GUI written with 
  wxWidgets (http://www.wxwidgets.org) for Plucker (http://www.plkr.org/).
diff -urN plucker-1.8/debian/menu plucker-1.8.work/debian/menu
--- plucker-1.8/debian/menu	2005-08-07 00:33:12.267370184 +0100
+++ plucker-1.8.work/debian/menu	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-?package(plucker-desktop):needs="x11" section="Apps/Tools"                                 \
-        title="PalmOS Web Offline Reader"                                                  \
-        command="plucker-desktop"                                                          \
-        hints="Featurefull"                                                                \
-        icon="/usr/share/plucker-desktop/resource/icons_application/application_32x32.xpm"
diff -urN plucker-1.8/debian/plucker-desktop.menu plucker-1.8.work/debian/plucker-desktop.menu
--- plucker-1.8/debian/plucker-desktop.menu	1970-01-01 01:00:00.000000000 +0100
+++ plucker-1.8.work/debian/plucker-desktop.menu	2005-08-07 00:33:18.284455448 +0100
@@ -0,0 +1,5 @@
+?package(plucker-desktop):needs="x11" section="Apps/Tools"                                 \
+        title="PalmOS Web Offline Reader"                                                  \
+        command="plucker-desktop"                                                          \
+        hints="Featurefull"                                                                \
+        icon="/usr/share/plucker-desktop/resource/icons_application/application_32x32.xpm"
diff -urN plucker-1.8/debian/rules plucker-1.8.work/debian/rules
--- plucker-1.8/debian/rules	2005-08-07 00:33:12.269369880 +0100
+++ plucker-1.8.work/debian/rules	2005-08-07 00:33:18.285455296 +0100
@@ -26,23 +26,6 @@
 
 PKG_VER = $(shell perl -e 'print <> =~ /\([^:]*:(.*)\)/' debian/changelog)
 
-autotools:
-	@OLDDATESUB=`./config.sub -t | tr -d -` ;\
-	OLDDATEGUESS=`./config.guess -t | tr -d -` ;\
-	NEWDATESUB=`/usr/share/misc/config.sub -t | tr -d -` ;\
-	NEWDATEGUESS=`/usr/share/misc/config.guess -t | tr -d -` ;\
-	if [ $$OLDDATESUB -lt $$NEWDATESUB -o \
-	     $$OLDDATEGUESS -lt $$NEWDATEGUESS ]; then \
-	   dch -a -p "GNU config automated update: config.sub\
-	     ($$OLDDATESUB to $$NEWDATESUB), config.guess\
-	     ($$OLDDATEGUESS to $$NEWDATEGUESS)" ;\
-	   cp -f /usr/share/misc/config.sub config.sub ;\
-	   cp -f /usr/share/misc/config.guess config.guess ;\
-	   echo WARNING: GNU config scripts updated from master copies 1>&2 ;\
-	fi
-
-
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -73,7 +56,7 @@
 
 	touch build-stamp
 
-clean: autotools configure-stamp
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -200,5 +183,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
+binary: binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure autools

Reply via email to