The following commit has been merged in the master branch:
commit 37dec9e7819383d672a9d00229769117712f850c
Author: Niels Thykier <[email protected]>
Date:   Sun May 20 08:43:20 2012 +0200

    t: Generate empty .so files for the apache2 test
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 6513518..968318c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ lintian (2.5.8) UNRELEASED; urgency=low
       as the test suite relies on it.  Thanks to Luca Falavigna
       for reporting it.
 
+  * t:
+    + [NT] Generate empty ".so" files used in the test.  This
+      resolves an issue where dpkg-source would exclude them
+      causing a FTBFS.  (Closes: #673198)
+
  -- Niels Thykier <[email protected]>  Wed, 16 May 2012 13:57:40 +0200
 
 lintian (2.5.7) unstable; urgency=low
diff --git a/t/tests/apache2-modules-general/debian/Makefile 
b/t/tests/apache2-modules-general/debian/Makefile
new file mode 100644
index 0000000..4ce37c0
--- /dev/null
+++ b/t/tests/apache2-modules-general/debian/Makefile
@@ -0,0 +1,5 @@
+all:
+       touch mod_baz.so mod_foo2.so mod_foo.so
+
+clean:
+       rm -f *.so
diff --git a/t/tests/apache2-modules-general/debian/mod_baz.so 
b/t/tests/apache2-modules-general/debian/mod_baz.so
deleted file mode 100644
index e69de29..0000000
diff --git a/t/tests/apache2-modules-general/debian/mod_foo.so 
b/t/tests/apache2-modules-general/debian/mod_foo.so
deleted file mode 100644
index e69de29..0000000
diff --git a/t/tests/apache2-modules-general/debian/mod_foo2.so 
b/t/tests/apache2-modules-general/debian/mod_foo2.so
deleted file mode 100644
index e69de29..0000000

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to