diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-17 05:07:10 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-17 05:07:10 +0100 |
commit | 00286a5db286e21a766b6af057052dc5d17561ad (patch) | |
tree | 7232dadf6dc3570705c3104fe0c000f480c7a0ee /debian | |
download | acritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.zip acritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.tar.gz |
Initial commit
Diffstat (limited to 'debian')
-rw-r--r-- | debian/acritoxinstaller-kanotix.install | 2 | ||||
-rw-r--r-- | debian/acritoxinstaller.install | 1 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 19 | ||||
-rw-r--r-- | debian/copyright | 34 | ||||
-rwxr-xr-x | debian/rules | 7 | ||||
-rw-r--r-- | debian/source/format | 1 |
8 files changed, 70 insertions, 0 deletions
diff --git a/debian/acritoxinstaller-kanotix.install b/debian/acritoxinstaller-kanotix.install new file mode 100644 index 0000000..9feb853 --- /dev/null +++ b/debian/acritoxinstaller-kanotix.install @@ -0,0 +1,2 @@ +kanotix/acritoxinstaller.desktop /usr/share/applnk/Kanotix/ +kanotix/icons/* /usr/share/icons/hicolor/ diff --git a/debian/acritoxinstaller.install b/debian/acritoxinstaller.install new file mode 100644 index 0000000..8563384 --- /dev/null +++ b/debian/acritoxinstaller.install @@ -0,0 +1 @@ +debian/tmp/usr diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..826bc8c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +acritoxinstaller (0.2-1) unstable; urgency=low + + * Initial release. + + -- Andreas Loibl <andreas@andreas-loibl.de> Fri, 11 Mar 2011 10:21:10 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2d571d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: acritoxinstaller +Section: admin +Priority: optional +Maintainer: Andreas Loibl <andreas@andreas-loibl.de> +Uploaders: Joerg Schirottke <master@kanotix.com> +Build-Depends: cdbs, debhelper (>= 7.0.50~), cmake, libqt4-dev +Standards-Version: 3.8.4 + +Package: acritoxinstaller +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: AcritoxInstaller + Qt4 frontend and bash backend to install debian-live-LiveCDs + +Package: acritoxinstaller-kanotix +Architecture: any +Depends: acritoxinstaller (= ${source:Version}) +Description: AcritoxInstaller for KANOTIX + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b7b3b6b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +This work was packaged for Debian by: + + Andreas Loibl <andreas@andreas-loibl.de> on Fri, 11 Mar 2011 09:42:47 +0100 + +It was downloaded from: + + http://www.andreas-loibl.de/content/linux/projekte/acritoxinstaller/ + +Upstream Author(s): + + Andreas Loibl <andreas@andreas-loibl.de> + +Copyright: + + Copyright (C) 2011 Andreas Loibl <andreas@andreas-loibl.de> + +License: + + GPL, see "/usr/share/common-licenses/GPL". + +The Debian packaging is: + + Copyright (C) 2011 Andreas Loibl <andreas@andreas-loibl.de> + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". + +libqtermwidget is written by: + + JK <e_k@users.sourceforge.net> + +and is licensed under the GPL version 2, +see "/usr/share/common-licenses/GPL-2". + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fca5ea9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + + +# Add here any variable or target overrides you need. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |