summaryrefslogtreecommitdiffstats
path: root/demos/mobile/quickhit/plugins/LevelOne/debian
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-03-09 16:28:42 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-03-09 16:28:42 (GMT)
commit19a485bd205690561b91d6bdf4c2e5310511d075 (patch)
tree950ca67d233a48879211c16ec7a3b6b7d7f5296e /demos/mobile/quickhit/plugins/LevelOne/debian
parent97bc06f9129abdeda2f58dd001b6c5a596e22e41 (diff)
downloadQt-19a485bd205690561b91d6bdf4c2e5310511d075.zip
Qt-19a485bd205690561b91d6bdf4c2e5310511d075.tar.gz
Qt-19a485bd205690561b91d6bdf4c2e5310511d075.tar.bz2
Removed 2 mobile demos. Their replacement will be added separately.
Diffstat (limited to 'demos/mobile/quickhit/plugins/LevelOne/debian')
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/changelog11
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/compat1
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/control11
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/copyright8
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/dirs2
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/postinst5
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/debian/rules91
7 files changed, 0 insertions, 129 deletions
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/changelog b/demos/mobile/quickhit/plugins/LevelOne/debian/changelog
deleted file mode 100644
index de7ac98..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-levelone (1.1.0) unstable; urgency=low
-
- * Final graphics
-
- -- Antonio Aloisio <antonio.aloisio@nokia.com> Wed, 5 Jan 2011 10:05:04 +0200
-
-levelone (1.0.0) unstable; urgency=low
-
- * First version
-
- -- Antonio Aloisio <antonio.aloisio@nokia.com> Tue, 19 Oct 2010 10:05:04 +0200
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/compat b/demos/mobile/quickhit/plugins/LevelOne/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/control b/demos/mobile/quickhit/plugins/LevelOne/debian/control
deleted file mode 100644
index c46afef..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/control
+++ /dev/null
@@ -1,11 +0,0 @@
-Source: levelone
-Section: user/games
-Priority: extra
-Maintainer: Antonio Aloisio <antonio.aloisio@nokia.com>
-Standards-Version: 3.7.2
-
-Package: levelone
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: QuickHit - LevelOne
- QuickHit - LevelOne
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/copyright b/demos/mobile/quickhit/plugins/LevelOne/debian/copyright
deleted file mode 100644
index fb9e5a8..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/copyright
+++ /dev/null
@@ -1,8 +0,0 @@
-This is qmultiwinexample, written and maintained by Forum Nokia Antonio Aloisio <antonio.aloisio@nokia.com>
-on Tue, 19 Oct 2010 10:05:04 +0200
-
-
-Copyright Holder: Nokia (c) 2010
-
-License:
-
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/dirs b/demos/mobile/quickhit/plugins/LevelOne/debian/dirs
deleted file mode 100644
index 80507f1..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/applications/hildon
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/postinst b/demos/mobile/quickhit/plugins/LevelOne/debian/postinst
deleted file mode 100644
index 79fb6dd..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor
-
-exit 0
diff --git a/demos/mobile/quickhit/plugins/LevelOne/debian/rules b/demos/mobile/quickhit/plugins/LevelOne/debian/rules
deleted file mode 100644
index 53a1d2e..0000000
--- a/demos/mobile/quickhit/plugins/LevelOne/debian/rules
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/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
-
-
-APPNAME := levelone
-
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- # Add here commands to configure the package.
-
- touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
- #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- $(MAKE) clean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/$(APPNAME).
- $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/$(APPNAME) install
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
-# dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman
- dh_link
- # dh_strip
- dh_compress
- dh_fixperms
-# dh_perl
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure