--- stack3d-0.1.orig/Makefile +++ stack3d-0.1/Makefile @@ -62,6 +62,7 @@ $(TEST_OBJ) || $(MAKE_OBJ) install: + mkdir -p $(DESTDIR)/usr/bin cp stack3D $(DESTDIR)/usr/bin/stack3D clean: --- stack3d-0.1.orig/debian/changelog +++ stack3d-0.1/debian/changelog @@ -0,0 +1,5 @@ +stack3d (0.1-6) lucid; urgency=low + + * Initial release (Closes: #nnnn) + + -- Nathan Osman Sun, 08 Aug 2010 14:17:58 -0700 --- stack3d-0.1.orig/debian/copyright +++ stack3d-0.1/debian/copyright @@ -0,0 +1,49 @@ +This work was packaged for Debian by: + + Nathan Osman on Sun, 08 Aug 2010 14:17:58 -0700 + +It was downloaded from http://launchpad.net/stack3d + +Upstream Author(s): + + Nathan Osman + +Copyright: + + Nathan Osman + +License: + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +The Debian packaging is: + + Copyright (C) 2010 Nathan Osman + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following lines in. + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- stack3d-0.1.orig/debian/rules +++ stack3d-0.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- stack3d-0.1.orig/debian/control +++ stack3d-0.1/debian/control @@ -0,0 +1,13 @@ +Source: stack3d +Section: games +Priority: extra +Maintainer: Nathan Osman +Build-Depends: debhelper (>= 7), jsoncpp-dev, sopp-dev, libirrlicht-dev, libcurl4-openssl-dev +Standards-Version: 3.8.3 +Homepage: http://launchpad.net/stack3d + +Package: stack3d +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libsopp, libcurl3, libirrlicht1.7 +Description: An immersive 3D client for StackExchange sites. + stack3D allows you to browse the StackExchange sites in 3 dimensions. --- stack3d-0.1.orig/debian/compat +++ stack3d-0.1/debian/compat @@ -0,0 +1 @@ +7 --- stack3d-0.1.orig/debian/README.source +++ stack3d-0.1/debian/README.source @@ -0,0 +1,9 @@ +stack3d for Debian +------------------ + + + + + + --- stack3d-0.1.orig/debian/stack3d.install +++ stack3d-0.1/debian/stack3d.install @@ -0,0 +1,6 @@ +images/fontcourier.bmp usr/share/stack3d/images/ +images/loading.png usr/share/stack3d/images/ +images/logo.png usr/share/stack3d/images/ +images/sf.png usr/share/stack3d/images/ +images/so.png usr/share/stack3d/images/ +images/su.png usr/share/stack3d/images/