--- reconstructor-2.9.orig/debian/dirs +++ reconstructor-2.9/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/reconstructor +usr/share/doc/reconstructor --- reconstructor-2.9.orig/debian/compat +++ reconstructor-2.9/debian/compat @@ -0,0 +1 @@ +7 --- reconstructor-2.9.orig/debian/docs +++ reconstructor-2.9/debian/docs @@ -0,0 +1,5 @@ +credits.txt +known_issues.txt +license.txt +readme.txt +readme.txt --- reconstructor-2.9.orig/debian/install +++ reconstructor-2.9/debian/install @@ -0,0 +1,7 @@ +*.txt usr/share/doc/reconstructor +glade usr/share/reconstructor +lang usr/share/reconstructor +lib usr/share/reconstructor +modules usr/share/reconstructor +reconstructor.py usr/share/reconstructor +debian/scripts/* usr/bin --- reconstructor-2.9.orig/debian/copyright +++ reconstructor-2.9/debian/copyright @@ -0,0 +1,52 @@ +This package was debianized by: + + Emilio López on Sun, 17 May 2009 16:47:10 -0300 + +It was downloaded from: + + + +Upstream Author(s): + + + + +Copyright: + + + + +License: + +### SELECT: ### + 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. +### OR ### + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. +########## + + 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: + + Copyright C) 2009, Emilio López + +and is licensed under the GPL, see above. + + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- reconstructor-2.9.orig/debian/rules +++ reconstructor-2.9/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +install/reconstructor:: + install -m755 '$(CURDIR)/debian/scripts/reconstructor' $(CURDIR)/debian/reconstructor/usr/bin/reconstructor + +binary-install/reconstructor:: + dh_pysupport --- reconstructor-2.9.orig/debian/changelog +++ reconstructor-2.9/debian/changelog @@ -0,0 +1,5 @@ +reconstructor (2.9-0ubuntu1~turl8) jaunty; urgency=low + + * Initial release + + -- Emilio López Sun, 17 May 2009 21:15:52 -0300 --- reconstructor-2.9.orig/debian/control +++ reconstructor-2.9/debian/control @@ -0,0 +1,23 @@ +Source: reconstructor +Section: utils +Priority: extra +Maintainer: Emilio López +Build-Depends: cdbs, debhelper (>= 7) +Build-Depends-Indep: python-support (>= 0.5.3) +Standards-Version: 3.8.0 +Homepage: http://reconstructor.aperantis.com/ + +Package: reconstructor +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, squashfs-tools, coreutils, mkisofs, gcc, make, rsync, gnupg2, dpkg-dev, fakeroot, apt-utils, python-glade2, xterm, make, xserver-xephyr, libbogl-dev, libusplash-dev +Description: Reconstructor is an Ubuntu GNU/Linux CD Creator. + It uses the Desktop(Live), Alternate(Install), or Server disc + as a base, and then allows for user customization. + For the Ubuntu Desktop base, you can customize the entire + environment. For instance, you can add/remove software, change + the default look (splash, themes, fonts, wallpaper, etc.), + add desktop links, etc. + For the Alternate and Server bases, you can add any additional + software to the disc that you would like installed. + Reconstructor is written in python and is licensed under the + GNU General Public License (GPL). --- reconstructor-2.9.orig/debian/scripts/reconstructor +++ reconstructor-2.9/debian/scripts/reconstructor @@ -0,0 +1,3 @@ +#!/bin/bash +cd /usr/share/reconstructor/ +gksudo python /usr/share/reconstructor/reconstructor.py