diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 15438fb..0000000 --- a/CHANGELOG +++ /dev/null @@ -1 +0,0 @@ -link cbox-tree.d/usr/share/doc/cryptobox/changelog \ No newline at end of file diff --git a/DEBIAN/conffiles b/DEBIAN/conffiles index d286bd5..1c8e843 100644 --- a/DEBIAN/conffiles +++ b/DEBIAN/conffiles @@ -1,6 +1,6 @@ -/etc/cron.d/cryptobox /etc/cryptobox/cryptobox.conf /etc/cryptobox/ssl-cert.conf /etc/cryptobox/revision /etc/default/cryptobox +/etc/cron.d/cryptobox /etc/init.d/cryptobox diff --git a/DEBIAN/control b/DEBIAN/control index 3b4e6a5..056fbbd 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -3,7 +3,8 @@ Version: 0.3.0-1 Section: base Priority: optional Architecture: all -Depends: bash (>=2.0), sed (>=4.0), coreutils, grep (>=2.0), perl, httpd-cgi, iptables, sysutils, samba, stunnel, hashalot, libconfig-perl, cryptsetup-luks, dmsetup, cron +Depends: bash (>=2.0), sed (>=4.0), coreutils, grep (>=2.0), perl, httpd-cgi, hashalot, libconfigfile-perl, cryptsetup-luks, dmsetup +Suggests: stunnel, cron, iptables, samba Maintainer: Lars Kruse Description: Web interface for encrypting fileserver This bundle of scripts and cgis allow you to manage an encrypted harddisk diff --git a/DEBIAN/postinst b/DEBIAN/postinst index beee3db..a29d170 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,7 +1,7 @@ #!/bin/sh # add the cryptobox startup script to /etc/rc?.d -update-rc.d cryptobox 98 +update-rc.d cryptobox defaults 98 # start it if invoke-rc.d cryptobox status diff --git a/DEBIAN/postrm b/DEBIAN/postrm index 14cb704..a81615c 100755 --- a/DEBIAN/postrm +++ b/DEBIAN/postrm @@ -1,7 +1,7 @@ #!/bin/sh -# shut down -invoke-rc.d cryptobox stop - # remove symlinks in /etc/rc?.d [ "$1" = "purge" ] && update-rc.d cryptobox remove + +# return without error +true diff --git a/DEBIAN/prerm b/DEBIAN/prerm new file mode 100755 index 0000000..e31f8bd --- /dev/null +++ b/DEBIAN/prerm @@ -0,0 +1,3 @@ +#!/bin/sh + +invoke-rc.d crpyotbox status && invoke-rc.d cryptobox stop diff --git a/changelog.gz b/changelog.gz new file mode 100644 index 0000000..10804c2 --- /dev/null +++ b/changelog.gz @@ -0,0 +1 @@ +link cbox-tree.d/usr/share/doc/cryptobox/changelog.gz \ No newline at end of file diff --git a/packages/cryptobox_0.3.0-1_all.deb b/packages/cryptobox_0.3.0-1_all.deb index 8474888..dd7a602 100644 Binary files a/packages/cryptobox_0.3.0-1_all.deb and b/packages/cryptobox_0.3.0-1_all.deb differ diff --git a/packages/perl-clearsilver_0.9.13-3.2_all.deb b/packages/perl-clearsilver_0.9.13-3.2_all.deb index 0afa3f5..d109edd 100644 Binary files a/packages/perl-clearsilver_0.9.13-3.2_all.deb and b/packages/perl-clearsilver_0.9.13-3.2_all.deb differ