aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-08-31 16:41:55 +0300
committerVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-08-31 16:41:55 +0300
commit89ef91dfc9df7db546821dd8d4f56dacaa7f8461 (patch)
treeef3c645cc87d404489b3f592debe1abebadd2bdd
parentd4ab18eb979dd83d34a731fc5b22b1be60a82548 (diff)
Deleted debian/ subdirectory from master
-rw-r--r--debian/changelog24
-rw-r--r--debian/control60
-rw-r--r--debian/libresource-tests.install2
-rw-r--r--debian/libresource0-dev.install3
-rw-r--r--debian/libresource0-glib.install1
-rw-r--r--debian/libresource0.install1
-rw-r--r--debian/resource-client.install1
-rwxr-xr-xdebian/rules55
8 files changed, 0 insertions, 147 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index ca3402f..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,24 +0,0 @@
-libresource (0.4.0) unstable; urgency=low
-
- * resource_client can use D-Bus system bus instead of session bus
-
- -- Janos Kovacs <janos.f.kovacs@nokia.com> Mon, 7 Jun 2010 11:50:00 +0300
-
-libresource (0.3.0) unstable; urgency=low
-
- * Update for automated tests
-
- -- Vsevolod Buzinov <ext-vsevolod.buzinov@nokia.com> Thu, 4 Mar 2010 12:22:00 +0200
-
-libresource (0.2.0) unstable; urgency=low
-
- * Added automated tests
-
- -- Vsevolod Buzinov <ext-vsevolod.buzinov@nokia.com> Wed, 24 Feb 2010 14:43:00 +0200
-
-libresource (0.1.0) unstable; urgency=low
-
- * Initial release
-
- -- Janos Kovacs <janos.f.kovacs@nokia.com> Mon, 07 Dec 2009 13:00:00 +0200
-
diff --git a/debian/control b/debian/control
deleted file mode 100644
index dcc377d..0000000
--- a/debian/control
+++ /dev/null
@@ -1,60 +0,0 @@
-Source: libresource
-Priority: optional
-Maintainer: Janos Kovacs <janos.f.kovacs@nokia.com>
-Build-Depends: debhelper (>= 4), autotools-dev, pkg-config, libdbus-1-dev, libdbus-glib-1-dev, check, cdbs
-Standards-Version: 3.8.0
-Section: libs
-
-Package: libresource0-dev
-Section: libdevel
-Architecture: any
-Depends: libresource0 (= ${binary:Version}), pkg-config, libdbus-1-dev
-Description: Maemo resource management development files for low level C API
- Resource management for Maemo (development files).
-
-Package: libresource0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dbus
-Description: Maemo resource management low level C API libraries
- Resource management for Maemo.
-
-Package: resource-client
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Mamemo resource aware client test example
- Resource management for Mamemo
- This is a simple test tool to play with resource management.
-
-Package: libresource0-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libresource0 (= ${binary:Version})
-Description: Maemo resource management low level C API debug symbols.
- Resource management for Maemo.
-
-Package: libresource0-glib
-Section: libs
-Architecture: any
-Depends: libresource0, ${shlibs:Depends}, ${misc:Depends}, dbus
-Description: Maemo resource management high level C API for clients
- Resource management for Maemo.
-
-Package: libresource0-glib-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libresource0-glib (= ${binary:Version})
-Description: Maemo resource management high level C API debug symbols.
- Resource management for Maemo.
-
-Package: libresource-tests
-Section: misc
-Depends: testrunner, ${shlibs:Depends}
-XB-Maemo-CI-Packages: libresource0
-XB-Maemo-CI-Stage: fast, staging, acceptance, validation
-Architecture: any
-Description: libresource tests package
- This package contains tests which can be used in CI environment
diff --git a/debian/libresource-tests.install b/debian/libresource-tests.install
deleted file mode 100644
index b6ca417..0000000
--- a/debian/libresource-tests.install
+++ /dev/null
@@ -1,2 +0,0 @@
-../../tests/resource_test /usr/lib/libresource-tests/
-../../tests/*.xml /usr/share/libresource-tests/
diff --git a/debian/libresource0-dev.install b/debian/libresource0-dev.install
deleted file mode 100644
index f01259e..0000000
--- a/debian/libresource0-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/resource/res*.h
-usr/lib/pkgconfig/*
-usr/lib/*.la
diff --git a/debian/libresource0-glib.install b/debian/libresource0-glib.install
deleted file mode 100644
index e7241fc..0000000
--- a/debian/libresource0-glib.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libresource-glib.so* \ No newline at end of file
diff --git a/debian/libresource0.install b/debian/libresource0.install
deleted file mode 100644
index 813902e..0000000
--- a/debian/libresource0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libresource.so* \ No newline at end of file
diff --git a/debian/resource-client.install b/debian/resource-client.install
deleted file mode 100644
index 9629d22..0000000
--- a/debian/resource-client.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/resource-client
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 196049f..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/usr/bin/make -f
-SHELL+= -e
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-GIT_VERSION := $(strip $(shell [ -x ./git-version.sh ] && \
- ./git-version.sh || echo "unknown"))
-
-DEB_DH_GENCONTROL_ARGS += -u-VGit-Id=$(GIT_VERSION)
-
-
-CFLAGS = -Wall -g3
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-DEB_TAR_SRCDIR = ${DEB_SOURCE_PACKAGE}-${DEB_UPSTREAM_VERSION}
-DEB_DH_INSTALL_SOURCEDIR = debian/tmp
-
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-#DEB_CONFIGURE_USER_FLAGS := --disable-static --enable-shared --libdir=/usr/lib
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --libdir=/usr/lib
-
-# Omit *.la files but warn about other missing things.
-binary-post-install/%::
- rm -f debian/*/usr/lib/*/*.la
-
-common-binary-post-install-arch:: list-missing
-
-post-patches:: debian/stamp-autogen
-
-debian/stamp-autogen:
- cd $(DEB_BUILDDIR) && ./autogen.sh
- touch $@
-
-clean::
- -rm -rf debian/stamp-autogen
-
-# do not include docs and changelogs in these packages
-DEB_INSTALL_DOCS_libresource0 := --no-act
-DEB_INSTALL_CHANGELOGS_libresource0 := --no-act
-DEB_INSTALL_DOCS_libresource0-dbg := --no-act
-DEB_INSTALL_CHANGELOGS_libresource0-dbg := --no-act
-
-DEB_INSTALL_DOCS_libresource0-glib := --no-act
-DEB_INSTALL_CHANGELOGS_libresource0-glib := --no-act
-DEB_INSTALL_DOCS_libresource0-glib-dbg := --no-act
-DEB_INSTALL_CHANGELOGS_libresource0flib--dbg := --no-act