-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.

Cheers

Luk

- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDtScg5UTeB5t8Mo0RAiNMAKCf+pyndMV8y6+hXDJZxWc2RQTfAwCgpTN6
ia3C7lt7ZSkSZNeRZXdNB5Y=
=4iry
-----END PGP SIGNATURE-----
diff -u icomlib-1.0.1/include/Makefile icomlib-1.0.1/include/Makefile
--- icomlib-1.0.1/include/Makefile
+++ icomlib-1.0.1/include/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/console/Makefile icomlib-1.0.1/src/console/Makefile
--- icomlib-1.0.1/src/console/Makefile
+++ icomlib-1.0.1/src/console/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/pcomm/Makefile icomlib-1.0.1/src/pcomm/Makefile
--- icomlib-1.0.1/src/pcomm/Makefile
+++ icomlib-1.0.1/src/pcomm/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/pcp/Makefile icomlib-1.0.1/src/pcp/Makefile
--- icomlib-1.0.1/src/pcp/Makefile
+++ icomlib-1.0.1/src/pcp/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/plog/Makefile icomlib-1.0.1/src/plog/Makefile
--- icomlib-1.0.1/src/plog/Makefile
+++ icomlib-1.0.1/src/plog/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/x11/qpcr1k/Makefile 
icomlib-1.0.1/src/x11/qpcr1k/Makefile
--- icomlib-1.0.1/src/x11/qpcr1k/Makefile
+++ icomlib-1.0.1/src/x11/qpcr1k/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/x11/Makefile icomlib-1.0.1/src/x11/Makefile
--- icomlib-1.0.1/src/x11/Makefile
+++ icomlib-1.0.1/src/x11/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/src/Makefile icomlib-1.0.1/src/Makefile
--- icomlib-1.0.1/src/Makefile
+++ icomlib-1.0.1/src/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/debian/rules icomlib-1.0.1/debian/rules
--- icomlib-1.0.1/debian/rules
+++ icomlib-1.0.1/debian/rules
@@ -85,7 +85,8 @@
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs ChangeLog
-       mv debian/icomlib-doc/usr/share/doc/icomlib-doc/docs/man 
debian/icomlib1-dev/usr/share/
+       mkdir -p debian/icomlib1-dev/usr/share
+       mv debian/icomlib-doc/usr/share/doc/icomlib-doc/docs/man 
debian/icomlib1-dev/usr/share/man
        dh_link
        dh_compress
        dh_fixperms
diff -u icomlib-1.0.1/debian/changelog icomlib-1.0.1/debian/changelog
--- icomlib-1.0.1/debian/changelog
+++ icomlib-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+icomlib (1.0.1-7.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to missing directory (Closes: #340995).
+  * Fix path for manpages in debian/rules (Closes: #340996).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Thu, 29 Dec 2005 19:10:13 +0100
+
 icomlib (1.0.1-7) unstable; urgency=low
 
   * Rebuild for the Qt/KDE transition (Closes: #327964)
diff -u icomlib-1.0.1/Makefile icomlib-1.0.1/Makefile
--- icomlib-1.0.1/Makefile
+++ icomlib-1.0.1/Makefile
@@ -2,7 +2,7 @@
 # automagically built by ./configure
 ######
 
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc
diff -u icomlib-1.0.1/.buildopts icomlib-1.0.1/.buildopts
--- icomlib-1.0.1/.buildopts
+++ icomlib-1.0.1/.buildopts
@@ -1,4 +1,4 @@
-SRCDIR =/debian/stage/icomlib-1.0.1
+SRCDIR =/home/luk/tmp/icomlib-1.0.1
 PREFIX =/usr
 P_DEBUG =-O2
 P_CC   =gcc

Reply via email to