* Repack upstream tarball to exclude precompiled binary and auto(re)conf
artifacts.
* Update package to use dh-autoreconf.
+ * Drop ltmain.sh patch. Use dh-autoreconf.
-- gregor herrmann <gregoa@debian.org> Sun, 08 Jan 2012 20:55:14 +0100
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
- autotools-dev
+ dh-autoreconf
Standards-Version: 3.9.6
Vcs-Browser: http://git.toastfreeware.priv.at/debian/cdck.git/
Vcs-Git: git://git.toastfreeware.priv.at/debian/cdck.git
--- /dev/null
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 0dca98f..ccee7b5 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -10,12 +10,12 @@ CLEANFILES = *~ *.o *.la *.lo *.a
+ EXTRA_DIST = config.h cdck template.plot template-ps.plot
+
+ INCLUDES = @CPPFLAGS@
+-CFLAGS = @CFLAGS@ -DBUILD=\"@target@\" -DDATE=\""`date`"\"
++AM_CFLAGS = @CFLAGS@ -DBUILD=\"@target@\" -DDATE=\""`date`"\"
+
+ CXXLINK = $(LIBTOOL) --mode=link $(CC) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+
+ lib_LTLIBRARIES = libcdck.la
+-noinst_LIBRARIES = libcdck.a
++#noinst_LIBRARIES = libcdck.a
+
+ LIBCDCK_SRCS = \
+ lib_main.cpp \
+@@ -28,7 +28,7 @@ LIBCDCK_SRCS = \
+ lib_cdinfo.h
+
+ libcdck_la_SOURCES = $(LIBCDCK_SRCS)
+-libcdck_a_SOURCES = $(LIBCDCK_SRCS)
++#libcdck_a_SOURCES = $(LIBCDCK_SRCS)
+
+ bin_PROGRAMS = cdck
+
export CONFIG_SHELL=/bin/bash
%:
- dh $@ --with autotools_dev
+ #dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_dh_auto_build:
dh_auto_build -- -j1