diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-21 18:24:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-21 18:24:50 -0500 |
commit | 4cc71d79c5718d59078d06c497a56d7c05b41576 (patch) | |
tree | c98b132bcfb731e72c3c0c678175757163050db0 /ubuntu/maverick/metapackages/rename-meta/debian/rules | |
parent | 4a73ac752c959865ba4ba2223a5fac24b144a461 (diff) | |
download | tde-packaging-4cc71d79c5718d59078d06c497a56d7c05b41576.tar.gz tde-packaging-4cc71d79c5718d59078d06c497a56d7c05b41576.zip |
Add rename-meta package to Debian and Ubuntu packaging
Diffstat (limited to 'ubuntu/maverick/metapackages/rename-meta/debian/rules')
-rwxr-xr-x | ubuntu/maverick/metapackages/rename-meta/debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ubuntu/maverick/metapackages/rename-meta/debian/rules b/ubuntu/maverick/metapackages/rename-meta/debian/rules new file mode 100755 index 000000000..a9e7e66cb --- /dev/null +++ b/ubuntu/maverick/metapackages/rename-meta/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_BUILD_OPTIONS := nostrip +export DEB_BUILD_OPTIONS = debug nostrip + +CFLAGS=-g -Wall -fPIC + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" +DEB_INSTALL_DOCS_ALL := |