--- kiso-0.8.3.orig/debian/changelog +++ kiso-0.8.3/debian/changelog @@ -0,0 +1,29 @@ +kiso (0.8.3-0ubuntu3.1~proposed1) edgy-proposed; urgency=low + + * Added kubuntu_02_fix_stack_smashing.patch for fixing crash + on opening ISO file. + - Closes malone #67816 and #75908 kiso crashes with *** stack + smashing detected *** + + -- ville palo Fri, 15 Dec 2006 17:17:47 +0200 + +kiso (0.8.3-0ubuntu3) edgy; urgency=low + + * Rebuild so it doesnt depend on libgamin0 + + -- Sarah Hobbs Tue, 25 Jul 2006 14:38:18 +1000 + +kiso (0.8.3-0ubuntu2) dapper; urgency=low + + * Rebuild for dh_iconcache + + -- Brandon Holtsclaw Tue, 23 May 2006 16:46:03 +0000 + +kiso (0.8.3-0ubuntu1) dapper; urgency=low + + * Initial release + * create docbook + * Added a patch to fix kiso.desktop file + * Added source.lintian-overrides + + -- Marcus Czeslinski Mon, 4 Jan 2006 00:40:44 +0100 --- kiso-0.8.3.orig/debian/control +++ kiso-0.8.3/debian/control @@ -0,0 +1,16 @@ +Source: kiso +Section: kde +Priority: optional +Maintainer: Marcus Czeslinski +Build-Depends: debhelper (>> 4.1), cdbs, automake1.9, kdelibs4-dev, docbook2x, libcdio-dev (>= 0.76), libiso9660-dev (>= 0.76) +Standards-Version: 3.6.2 + +Package: kiso +Architecture: any +Depends: ${shlibs:Depends}, mkisofs, sudo +Recommends: mcrypt +Description: program to create manipulate and extract CD Image + KIso is a program for KDE to make it as easy as possible to create + manipulate and extract CD Image files. + . + Homepage: http://kiso.sourceforge.net/ --- kiso-0.8.3.orig/debian/rules +++ kiso-0.8.3/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +cdbs_kde_enable_debug = --disable-debug + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath +DEB_INSTALL_MANPAGES_kiso = kiso.1 + +install/kiso:: + chmod -x src/*desktop + dh_install src/kiso.desktop usr/share/applications/kde + dh_link usr/share/doc/kde/HTML/en/kiso usr/share/doc/kiso/html + +build/kiso:: + docbook2x-man debian/kiso.1.docbook + +clean:: + rm -f kiso.1 --- kiso-0.8.3.orig/debian/kiso.1.docbook +++ kiso-0.8.3/debian/kiso.1.docbook @@ -0,0 +1,112 @@ + + + + + + Marcus + Czeslinski + kubuntu@czessi.net + + + 2005 + Marcus Czeslinski + + + + 2006-01-03 + + + + kiso + 1 + + + kiso + program to create manipulate and extract CD Image + + + + kiso + + + + + + + + + + DESCRIPTION + + program to create manipulate and extract CD Image + + + KIso is a program for KDE to make it as easy as possible to create manipulate and extract CD Image files. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. kiso has no + application-specific options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + + COPYRIGHT + + This manual page was written by Marcus Czeslinski + kubuntu@czessi.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + --- kiso-0.8.3.orig/debian/compat +++ kiso-0.8.3/debian/compat @@ -0,0 +1 @@ +4 --- kiso-0.8.3.orig/debian/patches/kubuntu_02_fix_stack_mashing.patch +++ kiso-0.8.3/debian/patches/kubuntu_02_fix_stack_mashing.patch @@ -0,0 +1,11 @@ +--- src/dirops.cpp.orig 2006-11-13 20:44:56.000000000 +0200 ++++ src/dirops.cpp 2006-11-13 20:50:27.000000000 +0200 +@@ -439,7 +439,7 @@ + sourcefile.open( IO_ReadOnly ); + char buffer[17]; + sourcefile.readBlock (buffer, 16); +- buffer[17]='\n'; ++ buffer[16]='\n'; + QString Identify=&buffer[2]; + sourcefile.close(); + if (Identify.contains("rijndael-128",FALSE)) --- kiso-0.8.3.orig/debian/patches/kubuntu_01_fix_desktop_file.patch +++ kiso-0.8.3/debian/patches/kubuntu_01_fix_desktop_file.patch @@ -0,0 +1,12 @@ +diff -Nur kiso-0.8.3/src/kiso.desktop kiso-0.8.3.new/src/kiso.desktop +--- kiso-0.8.3/src/kiso.desktop 2004-12-09 00:32:32.000000000 +0100 ++++ kiso-0.8.3/src/kiso.desktop 2006-01-10 19:51:58.000000000 +0100 +@@ -9,6 +9,7 @@ + Type=Application + Comment=An application to modify ISO-Images. + Comment[de]=Anwendung zum bearbeiten von ISO-Images. ++Categories=Qt;KDE;Utility; + + [Desktop Action openimage] + Name=Open image... + --- kiso-0.8.3.orig/debian/copyright +++ kiso-0.8.3/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Marcus Czeslinski on +Tue, 10 Jan 2006 18:27:51 +0100. + +It was downloaded from http://kiso.sourceforge.net/ + +Copyright Holder: Stephan Gans + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, 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'. + --- kiso-0.8.3.orig/debian/source.lintian-overrides +++ kiso-0.8.3/debian/source.lintian-overrides @@ -0,0 +1,5 @@ +# there is a backup file (admin/.#acinclude.m4.in.2.483) +# there is a backup file (admin/.#acinclude.m4.in.2.484) +# there is a backup file (admin/.#acinclude.m4.in.2.485) +# in sources package. +kiso source: source-contains-cvs-conflict-copy