Discussion:
[Linux-diag-devel] [patch 1/1] Remove generation of debian/changelog
f***@linux.vnet.ibm.com
2014-03-25 11:40:40 UTC
Permalink
debian/changelog is handled on the debian side since debian maintainer needs to be
able to add debian specific packaging changes, not upstream only and having it on the
upstream tarball is not needed

Author: Frédéric Bonnard <***@linux.vnet.ibm.com>
Signed-off-by: Frédéric Bonnard <***@linux.vnet.ibm.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.in
+++ b/configure.in
@@ -69,5 +69,5 @@
AC_CHECK_FUNCS([memmove memset mkdir socket strdup strerror strtol uname sqlite3_prepare_v2])

#finished
-AC_CONFIG_FILES([Makefile libvpd.spec debian/changelog libvpd-2.pc libvpd_cxx-2.pc])
+AC_CONFIG_FILES([Makefile libvpd.spec libvpd-2.pc libvpd_cxx-2.pc])
AC_OUTPUT

Loading...