From 366ae1dfd7460efc0f49a4ee9402192eb61759c9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 23 Mar 2016 01:08:19 +0900 Subject: mozilla-devscripts (0.45.1) unstable; urgency=high * Restore generation of iceweasel entries for Depends:, Enhances: etc. to ease the Iceweasel -> Firefox transition. (Closes: #818756) Update test suite accordingly. * Also restore generation of iceweasel-* binary packages. * Preemptively add generation of thunderbird entries for Depends:, Enhances: etc. for the upcoming Icedove -> Thunderbird transition. Update test suite accordingly. # imported from the archive --- tests/dh_xul-ext/all/debian/changelog | 5 +++++ tests/dh_xul-ext/all/debian/compat | 1 + tests/dh_xul-ext/all/debian/control | 18 ++++++++++++++++++ tests/dh_xul-ext/all/debian/rules | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 tests/dh_xul-ext/all/debian/changelog create mode 100644 tests/dh_xul-ext/all/debian/compat create mode 100644 tests/dh_xul-ext/all/debian/control create mode 100755 tests/dh_xul-ext/all/debian/rules (limited to 'tests/dh_xul-ext/all/debian') diff --git a/tests/dh_xul-ext/all/debian/changelog b/tests/dh_xul-ext/all/debian/changelog new file mode 100644 index 0000000..1b45ee9 --- /dev/null +++ b/tests/dh_xul-ext/all/debian/changelog @@ -0,0 +1,5 @@ +test-package (1.0-1) UNRELEASED; urgency=low + + * Initial release. + + -- Benjamin Drung Sat, 09 Jul 2011 12:55:23 +0200 diff --git a/tests/dh_xul-ext/all/debian/compat b/tests/dh_xul-ext/all/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/tests/dh_xul-ext/all/debian/compat @@ -0,0 +1 @@ +7 diff --git a/tests/dh_xul-ext/all/debian/control b/tests/dh_xul-ext/all/debian/control new file mode 100644 index 0000000..1aea594 --- /dev/null +++ b/tests/dh_xul-ext/all/debian/control @@ -0,0 +1,18 @@ +Source: test-package +Section: web +Priority: extra +Maintainer: Ubuntu Mozilla Team +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} +Breaks: ${xpi:Breaks} +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/debian/rules b/tests/dh_xul-ext/all/debian/rules new file mode 100755 index 0000000..c5e3b65 --- /dev/null +++ b/tests/dh_xul-ext/all/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 --all -- cgit v1.2.3