From 775d1ca63964312b7f519edfe0cce476669617f6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 21 Sep 2013 13:16:34 -0400 Subject: debhelper (9.20130921) unstable; urgency=low * dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264 * Fix FTBFS with perl 5.18. Closes: #722501 * dh_installchangelogs: Add changelog.md to the list of common changelog filenames. # imported from the archive --- t/maintscript | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 t/maintscript (limited to 't/maintscript') diff --git a/t/maintscript b/t/maintscript new file mode 100644 index 00000000..bf15d445 --- /dev/null +++ b/t/maintscript @@ -0,0 +1,19 @@ +#!/usr/bin/perl +use Test; +plan(tests => 8); + +system("mkdir -p t/tmp/debian"); +system("cp debian/control t/tmp/debian"); +open(OUT, ">", "t/tmp/debian/maintscript") || die "$!"; +print OUT <