Package: fdclone
Version: 2.06c-1
Severity: normal
Tags: patch
I noticed fdclone doesn't run the Configur script (actually
"$(MAKE) config" during build. I have attached a tiny patch that adds
this.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -ru fdclone-2.06c/debian/rules fdclone-2.06c-new/debian/rules
--- fdclone-2.06c/debian/rules 2006-10-17 20:02:05.000000000 +1000
+++ fdclone-2.06c-new/debian/rules 2006-10-19 20:56:31.000000000 +1000
@@ -23,7 +23,7 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
+ $(MAKE) config
touch configure-stamp
build: build-stamp