--- gnome-format-0.1.1.orig/debian/compat +++ gnome-format-0.1.1/debian/compat @@ -0,0 +1 @@ +6 --- gnome-format-0.1.1.orig/debian/rules +++ gnome-format-0.1.1/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f + +# Path to the debian directory +DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} |awk '{print $$1}' |xargs dirname) +VERSION ?=$(shell uscan --dehs | \ +sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') + +configure: configure-stamp +configure-stamp: + dh_testdir + $(CURDIR)/waf configure --prefix=/usr + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(CURDIR)/waf + touch $@ + +clean: + dh_testdir + dh_testroot + rm -rf build-stamp configure-stamp build .waf* .lock-wscript + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installmenu + dh_installman debian/gnome-format.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +get-orig-source: + cd $(CURDIR)/.. && wget --user-agent="" -O gnome-format-$(VERSION).tar.bz2 \ + "http://live.gnome.org/gnome-format/Download?action=AttachFile&do=get\ + &target=gnome-format-$(VERSION).tar.bz2" + bunzip2 ../gnome-format-$(VERSION).tar.bz2 + mv ../gnome-format-$(VERSION).tar \ + ../gnome-format_$(VERSION).orig.tar + gzip -9fn ../gnome-format_$(VERSION).orig.tar + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- gnome-format-0.1.1.orig/debian/changelog +++ gnome-format-0.1.1/debian/changelog @@ -0,0 +1,5 @@ +gnome-format (0.1.1-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #316908). + + -- Alessio Treglia Sun, 01 Feb 2009 10:10:51 +0100 --- gnome-format-0.1.1.orig/debian/control +++ gnome-format-0.1.1/debian/control @@ -0,0 +1,35 @@ +Source: gnome-format +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alessio Treglia +Build-Depends: debhelper (>= 6), + libglib2.0-dev (>= 2.10.0), + libgtk2.0-dev (>= 2.10.0), + libdbus-glib-1-dev, + libgee-dev, + libglade2-dev, + libparted1.8-dev + intltool, + valac (>= 0.5.1), + gnome-doc-utils, + docbook-utils +Standards-Version: 3.8.0 +Homepage: http://live.gnome.org/gnome-format + +Package: gnome-format +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tool for formatting external memory media + gnome-format is a tool to easily format (erase and initialize) external + memory media like USB sticks or SD/MMC flash cards for your PC. It is + designed for Linux based operating systems, like Ubuntu, and for the GNOME + desktop. + . + Features: + - Easy to use. + - Autodetects available media through HAL. + - Supports external harddrives, USB sticks, SD/MMC cards and other external + media + - Supports FAT16/32 filesystem for compatibility with other operating + systems and ext2 for Linux-only users. --- gnome-format-0.1.1.orig/debian/gnome-format.1 +++ gnome-format-0.1.1/debian/gnome-format.1 @@ -0,0 +1,24 @@ +.IX Title "gnome-format 1" +.TH gnome-format 1 "2009-01-26" "0.1.1" "" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh +.SH "NAME" +\&\fBgnome-format\fR \- A GNOME media formatter +.SH "SYNOPSIS" +.IX Header "SYNOPSIS" +.B gnome-format +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +\&\fBGNOME Format\fR is a tool to easily format (erase and initialize) \ +external memory media like USB sticks or SD/MMC flash cards for your PC. +.PP +It is designed for the GNOME desktop. +.SH "AUTHOR" +.IX Header "AUTHOR" +\fBgnome-format\fR has been written by Michael Kanis \ +and Felix Kaser +.PP +This manual was provided by Sergio Zanchetta \ +for the Ubuntu project (but may be used by others). --- gnome-format-0.1.1.orig/debian/copyright +++ gnome-format-0.1.1/debian/copyright @@ -0,0 +1,68 @@ +This package was debianized by Alessio Treglia on +Sun, 01 Feb 2009 10:10:51 +0100. + +It was downloaded from http://live.gnome.org/gnome-format/Download + +Upstream Authors: + + Michael Kanis + Felix Kaser + +Copyright: + + Copyright © 2008 Michael Kanis + Copyright © 2008 Felix Kaser + +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 3 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. + + 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-3'. + +Copyright of waf: + + Copyright (C) 2005-2008 Thomas Nagy + +License for waf (used to build the application): + + 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 © 2009, Alessio Treglia and +is licensed under the GPL, see above. --- gnome-format-0.1.1.orig/debian/menu +++ gnome-format-0.1.1/debian/menu @@ -0,0 +1,2 @@ +?package(gnome-format):needs="X11" section="Applications/System/Hardware"\ + title="gnome-format" command="/usr/bin/gnome-format" --- gnome-format-0.1.1.orig/debian/gnome-format.install +++ gnome-format-0.1.1/debian/gnome-format.install @@ -0,0 +1,3 @@ +build/default/src/gnome-format usr/bin +data/gnome-format.ui usr/share/gnome-format +data/gnome-format.desktop usr/share/applications --- gnome-format-0.1.1.orig/debian/watch +++ gnome-format-0.1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://live.gnome.org/gnome-format/Download \ +.*gnome-format-([\d.]*)\.tar\.bz2