[libfann] 126/242: changed some debian files and made sure that the debian files got included in the distribution
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.
commit 3d1ceaf827756f2b5dcf916c4bf9e6e4a262404c
Author: Steffen Nissen <lukesky at diku.dk>
Date: Mon May 3 21:32:11 2004 +0000
changed some debian files and made sure that the debian files got included in the distribution
---
Makefile.am | 8 +++++++-
Makefile.in | 11 +++++++++--
debian/control | 3 ++-
debian/copyright | 2 +-
4 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c1e04c8..f471d90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,13 @@ SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fann.pc
-EXTRA_DIST = benchmarks doc examples python MSVC++ src/include/config.h
+EXTRA_DIST = benchmarks doc examples python MSVC++ src/include/config.h \
+ debian/changelog debian/compat debian/control debian/copyright \
+ debian/docs debian/libfann1-dev.dirs debian/libfann1-dev.examples \
+ debian/libfann1-dev.files debian/libfann1-dev.install \
+ debian/libfann1.dirs debian/libfann1.files debian/libfann1.install \
+ debian/rules debian/files debian/libfann1.postinst.debhelper \
+ debian/libfann1.postrm.debhelper debian/libfann1.substvars
dist-hook:
rm -rf `find $(distdir) -name "*~" -o -name ".#*"`
diff --git a/Makefile.in b/Makefile.in
index c6f505d..2258129 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,7 +134,14 @@ SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fann.pc
-EXTRA_DIST = benchmarks doc examples python MSVC++ src/include/config.h
+EXTRA_DIST = benchmarks doc examples python MSVC++ src/include/config.h \
+ debian/changelog debian/compat debian/control debian/copyright \
+ debian/docs debian/libfann1-dev.dirs debian/libfann1-dev.examples \
+ debian/libfann1-dev.files debian/libfann1-dev.install \
+ debian/libfann1.dirs debian/libfann1.files debian/libfann1.install \
+ debian/rules debian/files debian/libfann1.postinst.debhelper \
+ debian/libfann1.postrm.debhelper debian/libfann1.substvars
+
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -347,7 +354,7 @@ distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkinstalldirs) $(distdir)/. $(distdir)/src/include
+ $(mkinstalldirs) $(distdir)/. $(distdir)/debian $(distdir)/src/include
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
diff --git a/debian/control b/debian/control
index c4f31dd..7ed40c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,12 @@
Source: libfann1
+Section: libdevel
Priority: optional
Maintainer: Steffen Nissen <lukesky at diku.dk>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.0
Package: libfann1-dev
-Section: devel
+Section: libdevel
Architecture: any
Depends: libfann1 (= ${Source-Version})
Description: Fast Artificial Neural Network Library, Development files
diff --git a/debian/copyright b/debian/copyright
index 4ac1e86..3b158cb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by Steffen Nissen <lukesky at diku.dk> on
-Wed, 14 Jan 2004 00:42:29 +0100.
+Sun, 18 Apr 2004 18:04:22 +0200
It was downloaded from http://sourceforge.net/projects/fann/
--
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