aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 14:43:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 14:43:34 +0100
commit5489d464874838e3236dc3e9f0f7d44f874e5598 (patch)
treee2fdc27c903228e0c08e425eab825ff9d8476720 /debian/rules
parent70ccae44a185046a94dce7db798ff0ff0cf4969b (diff)
downloadnx-libs-5489d464874838e3236dc3e9f0f7d44f874e5598.tar.gz
nx-libs-5489d464874838e3236dc3e9f0f7d44f874e5598.tar.bz2
nx-libs-5489d464874838e3236dc3e9f0f7d44f874e5598.zip
Disable build of *-dbg packages.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index be0453361..c8e113a9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,12 @@ override_dh_quilt_patch:
override_dh_quilt_unpatch:
dh_quilt_unpatch
+
+#override_dh_strip:
+# dh_strip -plibnx-x11 --dbg-package=libnx-x11-dbg
+# dh_strip -plibxcomp3 --dbg-package=libxcomp-dbg
+# dh_strip -plibxcompext3 --dbg-package=libxcompext-dbg
+# dh_strip -plibxcompshad3 --dbg-package=libxcompshad-dbg
+# dh_strip -pnxagent --dbg-package=nxagent-dbg
+#
+#.PHONY: override_dh_strip