Package: sqldeveloper-package
Version: 0.2.3
Severity: grave
Tags: patch
Justification: renders package unusable

Hi there,

Since the tofrodos package removed the symlink 'dos2unix' (which pointed to 
/usr/bin/fromdos),
the sqldeveloper package creation is interrupted. So just change the dos2unix 
command in the
script to fromdos. (See patch)

To not run into problems if somebody has old sysutils installed and so only the 
dos2unix
command exists, I would suggest to remove sysutils from the dependency: 
tofrodos | sysutils (<= 2.0.0-1),
because this package isn't available in Debian anymore.

Regards,
Michael



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sqldeveloper-package depends on:
ii  bzip2                   1.0.5-4          high-quality block-sorting file co
ii  devscripts              2.10.61          scripts to make the life of a Debi
ii  fakeroot                1.14.4-1         Gives a fake root environment
ii  file                    5.03-5+b1        Determines file type using "magic"
ii  imagemagick             7:6.5.8.3-1      image manipulation programs
ii  tofrodos                1.7.8.debian.1-2 Converts DOS <-> Unix text files, 
ii  unzip                   6.0-1            De-archiver for .zip files

sqldeveloper-package recommends no packages.

sqldeveloper-package suggests no packages.

-- no debconf information
--- /usr/bin/make-sqldeveloper-package  2009-04-05 22:00:15.000000000 +0200
+++ /usr/bin/make-sqldeveloper-package.new      2010-02-09 08:51:25.525477254 
+0100
@@ -43,7 +43,7 @@
 DATE="date"
 DEBUILD="debuild"
 DIRNAME="dirname"
-DOS2UNIX="dos2unix"
+DOS2UNIX="fromdos"
 DPKG="dpkg"
 FAKEROOT="fakeroot"
 FILE="file"

Reply via email to