[med-svn] r17960 - in trunk/packages/libtecla/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Mon Sep 8 07:51:51 UTC 2014
Author: tille
Date: 2014-09-08 07:48:36 +0000 (Mon, 08 Sep 2014)
New Revision: 17960
Added:
trunk/packages/libtecla/trunk/debian/patches/remove_makefile_to_enable_smooth_regeneration.patch
Modified:
trunk/packages/libtecla/trunk/debian/changelog
trunk/packages/libtecla/trunk/debian/control
trunk/packages/libtecla/trunk/debian/patches/series
trunk/packages/libtecla/trunk/debian/rules
Log:
Avoid recursive make call by simply removing redundant Makefile
Modified: trunk/packages/libtecla/trunk/debian/changelog
===================================================================
--- trunk/packages/libtecla/trunk/debian/changelog 2014-09-08 07:40:38 UTC (rev 17959)
+++ trunk/packages/libtecla/trunk/debian/changelog 2014-09-08 07:48:36 UTC (rev 17960)
@@ -4,6 +4,9 @@
* cme fix dpkg-control
* debhelper 9
* use dh_autoreconf to simplify kfreebsd+hurd.patch
+ * debian/patches/remove_makefile_to_enable_smooth_regeneration.patch:
+ Avoid recursive make call by simply removing redundant Makefile
+ Closes: #760790
-- Andreas Tille <tille at debian.org> Mon, 08 Sep 2014 09:18:09 +0200
Modified: trunk/packages/libtecla/trunk/debian/control
===================================================================
--- trunk/packages/libtecla/trunk/debian/control 2014-09-08 07:40:38 UTC (rev 17959)
+++ trunk/packages/libtecla/trunk/debian/control 2014-09-08 07:48:36 UTC (rev 17960)
@@ -5,7 +5,7 @@
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
d-shlibs
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libtecla/trunk/
Added: trunk/packages/libtecla/trunk/debian/patches/remove_makefile_to_enable_smooth_regeneration.patch
===================================================================
--- trunk/packages/libtecla/trunk/debian/patches/remove_makefile_to_enable_smooth_regeneration.patch (rev 0)
+++ trunk/packages/libtecla/trunk/debian/patches/remove_makefile_to_enable_smooth_regeneration.patch 2014-09-08 07:48:36 UTC (rev 17960)
@@ -0,0 +1,15 @@
+--- a/Makefile
++++ /dev/null
+@@ -1,12 +0,0 @@
+-default:
+- ./configure
+- $(MAKE)
+-
+-distclean:
+- ./configure --without-man-pages
+- $(MAKE) $@
+-
+-normal reentrant demos demos_r clean install_lib install_bin install_inc \
+- install_man install:
+- ./configure
+- $(MAKE) $@
Modified: trunk/packages/libtecla/trunk/debian/patches/series
===================================================================
--- trunk/packages/libtecla/trunk/debian/patches/series 2014-09-08 07:40:38 UTC (rev 17959)
+++ trunk/packages/libtecla/trunk/debian/patches/series 2014-09-08 07:48:36 UTC (rev 17960)
@@ -1,3 +1,4 @@
add-destdir.patch
manpage-fix.patch
kfreebsd+hurd.patch
+remove_makefile_to_enable_smooth_regeneration.patch
Modified: trunk/packages/libtecla/trunk/debian/rules
===================================================================
--- trunk/packages/libtecla/trunk/debian/rules 2014-09-08 07:40:38 UTC (rev 17959)
+++ trunk/packages/libtecla/trunk/debian/rules 2014-09-08 07:48:36 UTC (rev 17960)
@@ -9,10 +9,6 @@
name := $(pkg)
version=$(shell dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d- -f1 )
-override_dh_auto_clean:
- dh_autotools-dev_updateconfig
- dh_auto_clean
-
override_dh_install:
dh_install
# Call d-shlibmove to comply with library packaging guide
More information about the debian-med-commit
mailing list