--- remotedesk-0.1.orig/debian/lintian-override +++ remotedesk-0.1/debian/lintian-override @@ -0,0 +1 @@ +remotedesk.app: image-file-in-usr-lib --- remotedesk-0.1.orig/debian/RemoteDesk.1 +++ remotedesk-0.1/debian/RemoteDesk.1 @@ -0,0 +1,19 @@ +.TH REMOTEDESK 1 "November 6, 2006" +.SH NAME +RemoteDesk \- Remote Windows access tool for GNUstep +.SH SYNOPSIS +.B RemoteDesk +.SH DESCRIPTION +This manual page documents briefly the +.B RemoteDesk +command. +.PP +\fBRemoteDesk\fP is a graphical interface to rdesktop for GNUstep. +.SH SEE ALSO +.BR rdesktop (1), +.BR GNUstep (7). +.SH AUTHOR +RemoteDesk was written by Riccardo Mottola. +.PP +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- remotedesk-0.1.orig/debian/copyright +++ remotedesk-0.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Gürkan Sengün on +Mon, 6 Nov 2006 16:18:14 +0100. + +It was downloaded from http://gap.nongnu.org/remotedesk/ + +Upstream Author: Riccardo Mottola + +License: + + Copyright (C) 2006 Free Software Foundation + + 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 application 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 + Library 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 + +The Debian packaging is (C) 2006, Gürkan Sengün and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- remotedesk-0.1.orig/debian/dirs +++ remotedesk-0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/lintian/overrides --- remotedesk-0.1.orig/debian/manpages +++ remotedesk-0.1/debian/manpages @@ -0,0 +1 @@ +debian/RemoteDesk.1 --- remotedesk-0.1.orig/debian/compat +++ remotedesk-0.1/debian/compat @@ -0,0 +1 @@ +5 --- remotedesk-0.1.orig/debian/control +++ remotedesk-0.1/debian/control @@ -0,0 +1,14 @@ +Source: remotedesk +Section: net +Priority: extra +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 5), libgnustep-gui-dev, gnustep-make +Standards-Version: 3.7.2 + +Package: remotedesk.app +Architecture: any +Depends: ${shlibs:Depends}, rdesktop +Description: Remote Windows access tool for GNUstep + This is a graphical interface to rdesktop for GNUstep. + . + Homepage: http://gap.nongnu.org/remotedesk/ --- remotedesk-0.1.orig/debian/rules +++ remotedesk-0.1/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) install GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/remotedesk.app/usr/lib/GNUstep/System + rm debian/remotedesk.app/usr/lib/GNUstep/System/Applications/RemoteDesk.app/Resources/LICENSE + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + install -m 644 debian/lintian-override $(CURDIR)/debian/remotedesk.app/usr/share/lintian/overrides/remotedesk.app + dh_installmenu + dh_installman + dh_link -premotedesk.app usr/bin/gnustep-app-wrapper usr/bin/RemoteDesk + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- remotedesk-0.1.orig/debian/menu +++ remotedesk-0.1/debian/menu @@ -0,0 +1,2 @@ +?package(remotedesk.app):needs="X11" section="Apps/Net"\ + title="RremoteDesk" command="/usr/bin/RemoteDesk" --- remotedesk-0.1.orig/debian/changelog +++ remotedesk-0.1/debian/changelog @@ -0,0 +1,5 @@ +remotedesk (0.1-1) unstable; urgency=low + + * Initial release. (Closes: #397563) + + -- Gürkan Sengün Mon, 6 Nov 2006 16:18:14 +0100