Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 49 → Rev 50

/trunk/debian/changelog
2,8 → 2,11
 
* Convert debian/rules to modern dh style and upgrade to compat level
11, enabling Multi-Arch.
* testsuite.patch: Don't create testsuite/Makefile with autoconf; add
empty clean and distclean targets to it so that cleaning and building
twice works.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 25 Aug 2019 17:57:21 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 25 Aug 2019 18:41:20 +0200
 
libtar (1.2.20-7) unstable; urgency=low
 
/trunk/debian/patches/testsuite.patch
29,8 → 29,8
+check:
--- /dev/null
+++ b/testsuite/Makefile.in
@@ -0,0 +1,7 @@
+++ b/testsuite/Makefile
@@ -0,0 +1,10 @@
+all:
+
+check: ../libtar/libtar
38,13 → 38,6
+ ../libtar/libtar -t test.tar
+ $(RM) test.tar
+install:
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,6 @@ fi
dnl ### Create output files. #######################################
-AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile testsuite/Makefile])
AC_OUTPUT
+
+distclean:
+clean: