Package: cdcontrol Version: 1.90-1 Severity: normal Tags: patch Hi,
Attached is the diff for my cdcontrol 1.90-1.1 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u cdcontrol-1.90/debian/README.Debian cdcontrol-1.90/debian/README.Debian --- cdcontrol-1.90/debian/README.Debian +++ cdcontrol-1.90/debian/README.Debian @@ -5,7 +5,7 @@ Change the variable IMG_DIR in /etc/cdcontrolrc file if you want to write the images in another filesystem directory. -You will NEED to remove the option --dummy fron /etc/cdcontrolrc confiration +You will NEED to remove the option --dummy fron /etc/cdcontrolrc configuration file in order to do real writes. All dependencies are auto installed with the Debian Package, but you still diff -u cdcontrol-1.90/debian/changelog cdcontrol-1.90/debian/changelog --- cdcontrol-1.90/debian/changelog +++ cdcontrol-1.90/debian/changelog @@ -1,3 +1,13 @@ +cdcontrol (1.90-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link (Closes: #359374). + * Fix typo in README.Debian (Closes: #350734). + * Bumpedstandars version to 3.7.2, no changes needed. + * Fixed FSF address in copyright. + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Wed, 12 Jul 2006 20:14:01 +0200 + cdcontrol (1.90-1) unstable; urgency=high * Fix a grave bug on the temporary creation file that could @@ -65,3 +74,0 @@ -Local variables: -mode: debian-changelog -End: diff -u cdcontrol-1.90/debian/control cdcontrol-1.90/debian/control --- cdcontrol-1.90/debian/control +++ cdcontrol-1.90/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Gleydson Mazioli da Silva <[EMAIL PROTECTED]> Build-Depends: debhelper (>=4.0.2) -Standards-Version: 3.6.1 +Standards-Version: 3.7.2 Package: cdcontrol Architecture: all diff -u cdcontrol-1.90/debian/copyright cdcontrol-1.90/debian/copyright --- cdcontrol-1.90/debian/copyright +++ cdcontrol-1.90/debian/copyright @@ -24,7 +24,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. only in patch2: unchanged: --- cdcontrol-1.90.orig/debian/postinst +++ cdcontrol-1.90/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/cdcontrol -a -d /usr/share/doc/cdcontrol ]; then + rm -f /usr/doc/cdcontrol + fi +fi + +#DEBHELPER#