--- sion-0.0+svn6335.orig/debian/copyright +++ sion-0.0+svn6335/debian/copyright @@ -0,0 +1,63 @@ +This package was debianized by Cody A.W. Somerville on +Fri, 12 Dec 2008 13:22:59 -0800. + +It was downloaded from http://goodies.xfce.org/projects/applications/sion + +Upstream Author: + + Enrico Tröger + +Copyright: + + Copyright (C) 2008 Enrico Tröger + +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'. + +waf is licensed under the BSD Open Source License: + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +The Debian packaging is (C) 2008, Cody A.W. Somerville and +is licensed under the GPL, see above. + --- sion-0.0+svn6335.orig/debian/rules +++ sion-0.0+svn6335/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f +# -*- makefile -*- +#export DH_VERBOSE=1 + +config.status: configure + dh_testdir + PREFIX=/usr/ ./configure + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f $(CURDIR)/src/Makefile + rm -f $(CURDIR)/.waf-* + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + DESTDIR=$(CURDIR)/debian/sion/ $(MAKE) install + + +binary-indep: build install +# We have nothing to do. + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_link + dh_strip --dbg-package=sion-dbg + 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 --- sion-0.0+svn6335.orig/debian/menu +++ sion-0.0+svn6335/debian/menu @@ -0,0 +1,2 @@ +?package(sion):needs="X11" section="Applications/Network/File Transfer"\ + title="sion" command="/usr/bin/sion" --- sion-0.0+svn6335.orig/debian/docs +++ sion-0.0+svn6335/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +README.I18N +TODO --- sion-0.0+svn6335.orig/debian/changelog +++ sion-0.0+svn6335/debian/changelog @@ -0,0 +1,6 @@ +sion (0.0+svn6335-0ubuntu1) jaunty; urgency=low + + * Initial release (SVN Snapshot Rev #6335) LP: #310044 + + -- Cody A.W. Somerville Fri, 12 Dec 2008 13:22:59 -0800 + --- sion-0.0+svn6335.orig/debian/compat +++ sion-0.0+svn6335/debian/compat @@ -0,0 +1 @@ +5 --- sion-0.0+svn6335.orig/debian/control +++ sion-0.0+svn6335/debian/control @@ -0,0 +1,26 @@ +Source: sion +Section: net +Priority: optional +Maintainer: Cody A.W. Somerville +Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.12.0), libglib2.0-0 (> 2.16.0), intltool, python (>= 2.3) +Standards-Version: 3.8.0 +Homepage: http://goodies.xfce.org/projects/applications/sion + +Package: sion +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: frontend to manage connections to remote filesystems using GIO/GVFS + Sion is a frontend to easily manage connections to remote filesystems using + GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage + bookmarks of such. + +Package: sion-dbg +Architecture: any +Priority: extra +Depends: sion (= ${binary:Version}) +Description: frontend to manage connections to remote filesystems using GIO/GVFS (debug) + Sion is a frontend to easily manage connections to remote filesystems using + GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage + bookmarks of such. + . + This package contains the debugging symbols.