[makedepf90] 02/06: Initial Debian release

Alastair McKinstry mckinstry at moszumanska.debian.org
Mon Jan 22 09:45:19 UTC 2018


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

mckinstry pushed a commit to branch debian/master
in repository makedepf90.

commit a0ba69c949082bbc820fa525e4b0d3323b72c41d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Nov 21 14:37:32 2015 +0000

    Initial Debian release
---
 debian/changelog           |  5 +++++
 debian/compat              |  1 +
 debian/control             | 21 +++++++++++++++++++++
 debian/copyright           |  9 +++++++++
 debian/makedepf90.docs     |  2 ++
 debian/makedepf90.install  |  1 +
 debian/makedepf90.manpages |  1 +
 debian/rules               | 16 ++++++++++++++++
 debian/source/format       |  1 +
 9 files changed, 57 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6ad0f1a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+makedepf90 (2.8.8-1) unstable; urgency=low
+
+  * Initial release. (Closes: #729814)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 15 Nov 2013 19:24:11 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..210b153
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: makedepf90
+Section: utils
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: http://personal.inet.fi/private/erikedelmann/makedepf90
+
+Package: makedepf90
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Fortran-90 dependency processor for Makefiles
+ Makedepf90 is a program for automatic creation of Makefile dependency
+ lists for Fortran source code. Makedepf90 supports MODULE:s, INCLUDE:s,
+ cpp #include:s, f90ppr $include:s and coco ??include:s and set-files.
+ .
+ The original idea was to provide the same functionality for Fortran as
+ .
+    gcc -MM *.c
+ .
+ does for C.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..72e9031
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,9 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: makedepf90
+Upstream-Contact: Erik Edelmann
+Source: http://personal.inet.fi/private/erikedelmann/makedepf90
+Files: *
+Copyright: 2006  Erik Edelmann
+License: GPL-2
+A copy  of the license can be found at /usr/share/common-licenses/GPL-2
+
diff --git a/debian/makedepf90.docs b/debian/makedepf90.docs
new file mode 100644
index 0000000..9eafbe1
--- /dev/null
+++ b/debian/makedepf90.docs
@@ -0,0 +1,2 @@
+README
+NEWS
diff --git a/debian/makedepf90.install b/debian/makedepf90.install
new file mode 100644
index 0000000..e8da50d
--- /dev/null
+++ b/debian/makedepf90.install
@@ -0,0 +1 @@
+makedepf90 	/usr/bin
diff --git a/debian/makedepf90.manpages b/debian/makedepf90.manpages
new file mode 100644
index 0000000..c2230c1
--- /dev/null
+++ b/debian/makedepf90.manpages
@@ -0,0 +1 @@
+makedepf90.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..112e4f4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+
+# export DH_VERBOSE=1
+
+# Magic debhelper rule
+%:
+	dh $@
+
+DESTDIR:=$(shell pwd)/debian/tmp
+
+override_dh_auto_test:
+	@echo Tests overriden as not actually implemented / shipped.
+
+override_dh_auto_install:
+	$(MAKE) install prefix=$(DESTDIR)/usr
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the debian-science-commits mailing list