--- obextool-0.35.orig/debian/menu +++ obextool-0.35/debian/menu @@ -0,0 +1,2 @@ +?package(obextool):needs="X11" section="Applications/Network/Communication"\ + title="obextool" command="/usr/bin/obextool" --- obextool-0.35.orig/debian/install +++ obextool-0.35/debian/install @@ -0,0 +1,8 @@ +images/ usr/share/obextool +lang/ usr/share/obextool +lib/ usr/share/obextool +plugins/ usr/share/obextool +obextool.tk usr/share/obextool +etc/obextool.* etc/obextool +contrib/startup/obextool usr/bin +debian/obextool.desktop usr/share/applications --- obextool-0.35.orig/debian/control +++ obextool-0.35/debian/control @@ -0,0 +1,17 @@ +Source: obextool +Section: comm +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alessandro Tanasi +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 +Homepage: http://www.tech-edv.co.at/programmierung/en/gplsw.html + +Package: obextool +Architecture: all +Depends: tk8.4, bwidget, tablelist, obexftp +Description: graphical frontend for obexftp written in TCL/TK + ObexTool is a graphical frontend to communicate with mobiles and other + devices capable of communicating via Obex Protocol. + It uses the obexftp command line tool to transfer data and has + several plugins to decode files common to Siemens mobile phones and others. --- obextool-0.35.orig/debian/changelog +++ obextool-0.35/debian/changelog @@ -0,0 +1,23 @@ +obextool (0.35-0ubuntu1) karmic; urgency=low + + * New upstream release. + + -- Alessio Treglia Mon, 04 May 2009 13:28:46 +0200 + +obextool (0.33-0ubuntu2) jaunty; urgency=low + + * Add watch file. + * Fixed debian/menu to make lintian happy. + * Add debian/obextool.desktop and use dh_install for installing it in the + right place (LP: #133748). + * Move Homepage from description to source package. + * Bump-up Standards-Version to 3.8.0. + + -- Alessio Treglia Thu, 26 Feb 2009 19:43:11 +0100 + +obextool (0.33-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #95673) + + -- Alessandro Tanasi Mon, 14 May 2007 00:41:44 +0200 + --- obextool-0.35.orig/debian/rules +++ obextool-0.35/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-arch: + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs doc/ChangeLog + dh_installdocs + dh_install + dh_installmenu + dh_installman debian/obextool.1 + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep +.PHONY: build clean binary-indep binary install configure --- obextool-0.35.orig/debian/docs +++ obextool-0.35/debian/docs @@ -0,0 +1 @@ +doc/TODO --- obextool-0.35.orig/debian/watch +++ obextool-0.35/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/obextool/obextool-(.+)\.tar\.gz --- obextool-0.35.orig/debian/obextool.desktop +++ obextool-0.35/debian/obextool.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Name=ObexTool +Comment=A GUI for bluetooth transfers +Exec=obextool +Terminal=false +Type=Application +Categories=Network; --- obextool-0.35.orig/debian/obextool.1 +++ obextool-0.35/debian/obextool.1 @@ -0,0 +1,49 @@ +.TH OBEXTOOL "1" "June 2007" "obextool - browse obex file systems" "User Commands" +.SH NAME +Obextool - a graphical frontend to browse obex file systems +.SH SYNOPSIS +.B obextool +[\fIopt arg\fR]... +.SH DESCRIPTION +ObexTool is a graphical frontend to communicate with mobiles and other devices +capable of communicating via Obex Protocol. +The main goal was to create a OpenSource version of a software, which is able to +communicate with mobiles and other communication devices using a standard +communication protocol. +Files can be uploaded to the mobile device, downloaded, renamed, copied, moved +and deleted. +Detailed file properties may be displayed using the internal text viewer or will +pop up automatically in the icon view. +Files can be searched through the whole diretory tree using wildcards and pattern +matching. +A memory usage indicator (at the lower right corner) and a corresponding command +inform the user about the actual memory state. +.HP +\fB\-\-help\fR +.HP +\fB\-\-version\fR +.HP +\fB\-\-obexcmd\fR obexftp\-wrapper\-command +.HP +\fB\-\-obexdir\fR obextool\-main\-directory +.HP +\fB\-\-obexcfg\fR obextool\-config\-directory +.HP +\fB\-\-memstat\fR active +.HP +\fB\-\-debug\fR level +.IP +Use the environment value +OBEXTOOL to define an ObexTool main default directory (\fB\-\-obexdir\fR), +OBEXCMD to define an obexftp default command string (\fB\-\-obexcmd\fR) and +OBEXTOOL_CFG to define a default config directory (\fB\-\-obexcfg\fR). +.PP +Use \fB\-\-help\fR for detailed information. +.SH AUTHOR +.PP +Written by Gerhard Reithofer. Manpage created by Alessandro Tanasi. +.SH COPYRIGHT +.PP +(c) Gerhard Reithofer, Techn EDV Reithofer, 2003\-2005 +ObexTool is licensed using the GNU General Public Licence, +see http://www.gnu.org/copyleft/gpl.html --- obextool-0.35.orig/debian/copyright +++ obextool-0.35/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Alessandro Tanasi on +Mon, 14 May 2007 00:41:44 +0200. + +It was downloaded from http://www.tech-edv.co.at/programmierung/en/gplsw.html + +Upstream Author: Gerhard Reithofer + +Copyright: 2005 Gerhard Reithofer + +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 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'. + + +The Debian packaging is (C) 2007, Alessandro Tanasi +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- obextool-0.35.orig/debian/compat +++ obextool-0.35/debian/compat @@ -0,0 +1 @@ +5