--- knmap-1.99+2.0beta1.orig/debian/compat +++ knmap-1.99+2.0beta1/debian/compat @@ -0,0 +1 @@ +5 --- knmap-1.99+2.0beta1.orig/debian/patches/kubuntu_02_kdepot.patch +++ knmap-1.99+2.0beta1/debian/patches/kubuntu_02_kdepot.patch @@ -0,0 +1,12 @@ +diff -Nur knmap-1.0/admin/cvs.sh knmap-1.0.new/admin/cvs.sh +--- knmap-1.0/admin/cvs.sh 2005-10-27 01:05:24.000000000 +0200 ++++ knmap-1.0.new/admin/cvs.sh 2005-12-14 21:23:46.000000000 +0100 +@@ -499,6 +499,8 @@ + if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi + export EXTRACTRC PREPARETIPS + ++kdepotpath=/usr/include/kde/kde.pot ++ + for subdir in $dirs; do + test -z "$VERBOSE" || echo "Making messages in $subdir" + (cd $subdir --- knmap-1.99+2.0beta1.orig/debian/knmap.1.docbook +++ knmap-1.99+2.0beta1/debian/knmap.1.docbook @@ -0,0 +1,124 @@ + + + + + + Raphaël + Pinson + raphink@raphink.net + + + 2005 + Raphaël Pinson + + + + 2005-11-16 + + + + knmap + 1 + + + knmap + nmap graphical interface for KDE + + + + knmap + + + + + + + + + + DESCRIPTION + + nmap graphical interface for KDE. + + + Knmap is a KDE-based interface to the 'nmap' facility. + + The main Knmap window provides for the entry of nmap options and the + display of nmap-generated output. + + This program is a complete re-write of one by the same name written by + Alexandre Sagala. The last version of that program was 0.9 which was + released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments. + Unfortunately it does not compile on today's KDE / QT environments. + + Not to mention that it did not cater for the full set of 'nmap' options. + Or, perhaps, 'nmap' progressed whilst that version of Knmap languished. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. kommando 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 Raphaël Pinson + raphink@raphink.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. + + + + --- knmap-1.99+2.0beta1.orig/debian/copyright +++ knmap-1.99+2.0beta1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Raphaël Pinson on +Sun, 13 Nov 2005 16:44:13 +0100. + +It was downloaded from http://sourceforge.net/projects/knmap + +Upstream Author : Kevin Gilbert + +License: + + This program 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 program 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. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +Copyright + +All the software: + + (C) 2005 by Kevin Gilbert + +debian/knmap.1.docbook: + + Copyright (C) 2005 by Raphaël Pinson --- knmap-1.99+2.0beta1.orig/debian/control +++ knmap-1.99+2.0beta1/debian/control @@ -0,0 +1,25 @@ +Source: knmap +Section: net +Priority: extra +Maintainer: Raphaël Pinson +Build-Depends: debhelper (>> 5), autotools-dev, kdelibs4-dev, automake1.6, cdbs, docbook2x +Standards-Version: 3.6.2 + +Package: knmap +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, nmap +Description: nmap graphical interface for KDE + Knmap is a KDE-based interface to the 'nmap' facility. + . + The main Knmap window provides for the entry of nmap options and the + display of nmap-generated output. + . + This program is a complete re-write of one by the same name written by + Alexandre Sagala. The last version of that program was 0.9 which was + released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments. + Unfortunately it does not compile on today's KDE / QT environments. + . + Not to mention that it did not cater for the full set of 'nmap' options. + Or, perhaps, 'nmap' progressed whilst that version of Knmap languished. + . + http://www.kde-apps.org/content/show.php?content=31108 --- knmap-1.99+2.0beta1.orig/debian/rules +++ knmap-1.99+2.0beta1/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +cdbs_kde_enable_debug = --disable-debug + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/kde.mk + +DEB_INSTALL_MANPAGES_knmap = knmap.1 + +pre-build:: + # regenerating files to build app + $(MAKE) -f Makefile.cvs + +install/knmap:: + dh_install src/knmap.desktop usr/share/applications/kde + dh_link usr/share/doc/kde/HTML/en/knmap usr/share/doc/knmap/html + +build/knmap:: + docbook2x-man debian/knmap.1.docbook + +clean:: + rm -f knmap.1 + # removing files not cleaned by upstream + rm -f doc/en/Makefile.in + rm -f src/Makefile.in + rm -f configure + rm -f Makefile.in + rm -f subdirs + rm -f aclocal.m4 --- knmap-1.99+2.0beta1.orig/debian/changelog +++ knmap-1.99+2.0beta1/debian/changelog @@ -0,0 +1,17 @@ +knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low + + * New upstream release + * Removing patch kubuntu_01_desktop_file.patch that has been merged in + upstream. + + -- Raphaël Pinson Sat, 24 Dec 2005 01:01:40 +0100 + +knmap (1.0-0ubuntu1) dapper; urgency=low + + * Initial release. + * Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields + to src/knmap.desktop. + * Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file. + + -- Raphaël Pinson Sat, 3 Dec 2005 13:21:11 +0100 +