Finished, ready to build
authorDmitrijs Ledkovs <dmitrij@samara.(none)>
Wed, 21 Jan 2009 03:39:01 +0000 (21 03:39 +0000)
committerDmitrijs Ledkovs <dmitrij@samara.(none)>
Wed, 21 Jan 2009 03:40:43 +0000 (21 03:40 +0000)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..e6bd65f
--- /dev/null
@@ -0,0 +1,6 @@
+portablelinux (0.9.2-0ubuntu1) jaunty; urgency=low
+
+  * Initial release
+
+ -- Dmitrijs Ledkovs <[email protected]>  Wed, 21 Jan 2009 02:56:14 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8c8a1a2
--- /dev/null
@@ -0,0 +1,23 @@
+Source: portablelinux
+Section: admin
+Priority: extra
+Maintainer: Dmitrijs Ledkovs <[email protected]>
+Build-Depends: cdbs,
+              debhelper (>= 7),
+              python
+Standards-Version: 3.8.0
+XS-Python-Version: all
+Homepage: http://rudd-o.com/new-projects/portablelinux
+
+Package: portablelinux
+Architecture: all
+Depends: ${misc:Depends},
+        ${python:Depends},
+        python-gtk2 (>=2.10),
+        python-glade2,
+        python-gnome2,
+XB-Python-Version: ${python:Versions}
+Description: yet another live USB creator
+ Yet another tool to create live bootable USB installations using any
+ popular Linux distributions. It keeps all customisation and data
+ between reboots. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..f62fbdc
--- /dev/null
@@ -0,0 +1,17 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=428
+Upstream-Name: portablelinux
+Upstream-Maintainer: Manuel Amador <[email protected]>
+Upstream-Source: http://rudd-o.com/new-projects/portablelinux/releases
+
+Files: *
+Copyright: Copyright 2009, Manuel Amador <[email protected]>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
+
+Files: debian/*
+Copyright: Copyright 2009, Dmitrijs Ledkovs <[email protected]>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..f378cf9
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM    := pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+       rm $(CURDIR)/debian/pycompat
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..5eb6ef8
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+
+http://rudd-o.com/new-projects/portablelinux/releases/([\d\.]+)/portablelinux-([\d\.]+)\.tar\.gz