Package: cryptsetup
Version: 2:1.0.6+20090405.svn49-1calvin1
Severity: wishlist
Tags: patch

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

Hi,

I think the autoreconf script does exactly what the mini autogen.sh in
debian/rules tries to accomplish. Using autoreconf is a little simpler
as can be seen in the attached patch.


Regards,
  Bastian


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.1grog1 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cryptsetup depends on:
ii  dmsetup                      2:1.02.30-3 The Linux Kernel Device Mapper use
ii  libc6                        2.9-6       GNU C Library: Shared libraries
ii  libdevmapper1.02.1           2:1.02.30-3 The Linux Kernel Device Mapper use
ii  libpopt0                     1.14-4      lib for parsing cmdline parameters
ii  libuuid1                     1.41.3-1    universally unique id library

cryptsetup recommends no packages.

Versions of packages cryptsetup suggests:
pn  dosfstools                    <none>     (no description available)
ii  initramfs-tools [linux-initra 0.93.2     tools for generating an initramfs
ii  udev                          0.140-2    /dev/ and hotplug management daemo

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknaEtIACgkQeBwlBDLsbz4tpACggOBFK4Tt9NFbLdJl5YVs6Lnm
JMgAnjbS2Sy+cSNDHrVLdmg+FzvPM1eO
=fhfi
-----END PGP SIGNATURE-----
diff -BurN cryptsetup-1.0.6+20090405.svn49.orig/debian/rules cryptsetup-1.0.6+20090405.svn49/debian/rules
--- cryptsetup-1.0.6+20090405.svn49.orig/debian/rules	2009-04-06 16:27:48.000000000 +0200
+++ cryptsetup-1.0.6+20090405.svn49/debian/rules	2009-04-06 13:55:30.000000000 +0200
@@ -46,11 +46,7 @@
 	rm -f ltmain.sh
 	cp /usr/share/libtool/config/ltmain.sh ltmain.sh
 	./setup-gettext
-	libtoolize --force --copy
-	aclocal-1.9
-	autoheader
-	automake-1.9 --add-missing --gnu
-	autoconf
+	autoreconf --force --install
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) \
 		--prefix=/usr \
 		--sbindir=/sbin \

Reply via email to