From 4a2679696a2d016ae702e2f54c46dce677a05116 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Mar 2010 10:53:29 +0100 Subject: [PATCH 1/1] Add IDMETA A file for packaging details (Debian, Ubuntu distros) --- IDMETA | 2 ++ Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 IDMETA diff --git a/IDMETA b/IDMETA new file mode 100644 index 0000000..b281787 --- /dev/null +++ b/IDMETA @@ -0,0 +1,2 @@ +DEBIAN_DIST="squeeze etch lenny" +UBUNTU_DIST="karmic jaunty intrepid hardy" diff --git a/Makefile.am b/Makefile.am index cf2bad5..27ce608 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ aclocal_DATA = m4/idzebra-2.0.m4 SPEC_FILE=idzebra.spec -EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).in \ +EXTRA_DIST= README NEWS IDMETA $(SPEC_FILE) $(SPEC_FILE).in \ idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in dist-hook: -- 1.7.10.4