summaryrefslogtreecommitdiff
path: root/tests/dh_xul-ext/all_environment/debian
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2011-07-16 18:52:18 +0200
committerBenjamin Drung <bdrung@ubuntu.com>2011-07-16 18:52:18 +0200
commit715d764a4a9b8ac2f1dd8d626d100bb21cbdb9f6 (patch)
tree332031a791ca43f5c1c194013c355f3331ed8d8a /tests/dh_xul-ext/all_environment/debian
parentf99e1341db9979e7edad31c14a769173e4dc1f9c (diff)
Add a DH_XUL_EXT_VENDOR environment variable to dh_xul-ext.
Diffstat (limited to 'tests/dh_xul-ext/all_environment/debian')
-rw-r--r--tests/dh_xul-ext/all_environment/debian/changelog5
-rw-r--r--tests/dh_xul-ext/all_environment/debian/compat1
-rw-r--r--tests/dh_xul-ext/all_environment/debian/control17
-rwxr-xr-xtests/dh_xul-ext/all_environment/debian/rules8
4 files changed, 31 insertions, 0 deletions
diff --git a/tests/dh_xul-ext/all_environment/debian/changelog b/tests/dh_xul-ext/all_environment/debian/changelog
new file mode 100644
index 0000000..1b45ee9
--- /dev/null
+++ b/tests/dh_xul-ext/all_environment/debian/changelog
@@ -0,0 +1,5 @@
+test-package (1.0-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Benjamin Drung <bdrung@debian.org> Sat, 09 Jul 2011 12:55:23 +0200
diff --git a/tests/dh_xul-ext/all_environment/debian/compat b/tests/dh_xul-ext/all_environment/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/tests/dh_xul-ext/all_environment/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/tests/dh_xul-ext/all_environment/debian/control b/tests/dh_xul-ext/all_environment/debian/control
new file mode 100644
index 0000000..346ceba
--- /dev/null
+++ b/tests/dh_xul-ext/all_environment/debian/control
@@ -0,0 +1,17 @@
+Source: test-package
+Section: web
+Priority: extra
+Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50~), mozilla-devscripts (>= 0.22~)
+Standards-Version: 3.9.2
+
+Package: xul-ext-test-package
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: mozilla-devscripts test package
+ This is a test package designed to test some scripts in mozilla-devscripts.
+ It is part of the mozilla-devscripts test suite and may do very odd things. It
+ should not be installed like a regular package. It may be an empty package.
diff --git a/tests/dh_xul-ext/all_environment/debian/rules b/tests/dh_xul-ext/all_environment/debian/rules
new file mode 100755
index 0000000..e1630ab
--- /dev/null
+++ b/tests/dh_xul-ext/all_environment/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_install:
+ dh_install install.rdf /usr/share/xul-ext/test-package/
+ DH_XUL_EXT_VENDOR=all ../../../src/dh_xul-ext