From: Romain Beauxis Date: Fri, 23 Mar 2007 21:42:31 +0000 (+0000) Subject: Removed des.inc, new tarball. Could not build the package.. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa3b7e0ad7a380d0e001b5829d88bb4917de4d75;p=roundcube.git Removed des.inc, new tarball. Could not build the package.. --- diff --git a/debian/README.Debian-sources b/debian/README.Debian-sources new file mode 100644 index 0000000..908f4e6 --- /dev/null +++ b/debian/README.Debian-sources @@ -0,0 +1,9 @@ +Debian roundcube package. +========================= + +This package uses a DES encryption using mcrypt instead of the original des.inc file. +Indeed, the licence of this file was not DFSG and mcrypt is a very good DFSG drop +down alternative.. + +File removed from upstream tarball: programs/lib/des.inc + diff --git a/debian/changelog b/debian/changelog index ee3aa73..0a9d79b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -roundcube (0.1~beta2.2-1) experimental; urgency=low +roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low * Initial release. (Closes: #333756, #344949)