[libfann] 38/133: Added package to upstreams' Makefile.am for packaging

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 6a1a6517f335cc1ca362cc5faddaeaacf4e06ca9
Author: Christian Kastner <debian at kvr.at>
Date:   Mon Jun 7 19:37:18 2010 +0200

    Added package to upstreams' Makefile.am for packaging
---
 debian/changelog                                   |  1 +
 ...h-upstreams-Makefile.am-reflecting-Debian.patch | 39 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b164423..19a751b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ libfann (2.1.0~beta~dfsg-1) unstable; urgency=low
   * debian/patches:
     - Added 0001-Link-python-pyfann-dynamically-instead-of-statically.patch
     - Added 0002-Link-against-libm.patch (Closes: #558887)
+    - Added 0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch
 
  -- Christian Kastner <debian at kvr.at>  Mon, 07 Jun 2010 16:03:00 +0200
 
diff --git a/debian/patches/0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch b/debian/patches/0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch
new file mode 100644
index 0000000..9fe85b0
--- /dev/null
+++ b/debian/patches/0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch
@@ -0,0 +1,39 @@
+From: Christian Kastner <debian at kvr.at>
+Date: Mon, 7 Jun 2010 19:18:58 +0200
+Subject: [PATCH] Patch upstreams Makefile.am reflecting Debian
+
+Patch upstream's Makefile.am -- specifically the part referrring to Debian
+packaging -- to reflect the changes that were introduced by Debian's own
+packaging. This has no effect on the Debian packaging, and is merely included
+for completeness. It will be forwarded to upstream eventually.
+
+Forwarded: no
+Last-Update: 2010-06-07
+---
+ Makefile.am |   12 +++++++-----
+ 1 files changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 23232af..aa1cf42 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -6,11 +6,13 @@ pkgconfig_DATA = fann.pc
+ EXTRA_DIST = benchmarks examples MicrosoftVisualC++6.0 MicrosoftVisualC++.Net \
+ 	MicrosoftWindowsDll BorlandC++Builder6.0 src/include/config.h \
+ 	debian/changelog debian/compat debian/control debian/copyright \
+-	debian/docs debian/libfann2-dev.dirs debian/libfann2-dev.examples \
+-	debian/libfann2-dev.files debian/libfann2-dev.install \
+-	debian/libfann2.dirs debian/libfann2.files debian/libfann2.install \
+-	debian/libfann2-py.dirs  debian/libfann2-py.files \
+-	debian/libfann2-py.install debian/rules \
++	debian/libfann2.docs debian/libfann2.install \
++	debian/libfann-dev.dirs debian/libfann-dev.examples \
++	debian/libfann-dev.install \
++	debian/libfann2-doc.docs debian/libfann2-doc.doc-base \
++	debian/pyversions debian/python-pyfann.examples \
++	debian/rules debian/example-paths.sed \
++	debian/README-libfann2-examples debian/README-pyfann-examples-data \
+ 	doc/advancedusage.txt doc/gettingstarted.txt doc/theory.txt \
+ 	doc/fixedpointusage.txt doc/installation.txt doc/fann_en.pdf \
+ 	python
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 2f8a1a4..9af5cef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Link-python-pyfann-dynamically-instead-of-statically.patch
 0002-Link-against-libm.patch
+0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list