[libaec] 07/08: Add testdata

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 11:05:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository libaec.

commit 7869a3630e1259f3d7941d77e2e2de5253cbaf88
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Nov 24 13:12:43 2015 +0000

    Add testdata
---
 debian/rules                       |  13 +++++--------
 debian/source/include-binaries     |   1 +
 debian/test-data/121B2TestData.zip | Bin 0 -> 2026012 bytes
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5002b1f..06f3701 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,17 +4,14 @@
 %:
 	dh $@ --with autoreconf
 
-DESTDIR:=`pwd`/debian/tmp/
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
-
 # To enable all, uncomment following line
 DEB_BUILD_MAINT_OPTIONS:= hardening=+all
-DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic -fPIC
 export DEB_BUILD_MAINT_OPTIONS
-export DEB_CFLAGS_MAINT_APPEND
-
-ARCH:=$(shell dpkg --print-architecture)
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
+	cp debian/test-data/* tests
+
+override_dh_auto_clean:
+	rm tests/*.zip
+	dh_auto_clean
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..c281d08
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/test-data/121B2TestData.zip
diff --git a/debian/test-data/121B2TestData.zip b/debian/test-data/121B2TestData.zip
new file mode 100644
index 0000000..b37431e
Binary files /dev/null and b/debian/test-data/121B2TestData.zip differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libaec.git



More information about the debian-science-commits mailing list