[hodie] 02/10: Import Debian changes 1.4-2
Christian T. Steigies
cts at moszumanska.debian.org
Sat Nov 4 16:17:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
cts pushed a commit to branch master
in repository hodie.
commit 02333eeaf1a2510f25cdb8806ed9911e3694cbf7
Author: Christian T. Steigies <cts at debian.org>
Date: Sun Jan 19 01:34:03 2003 -0500
Import Debian changes 1.4-2
hodie (1.4-2) unstable; urgency=low
* updated Standards-Version to 3.5.8
* there can be only one upstream Author(s)
* rebuild to get rid of postinst-should-not-set-usr-doc-link lintian
* rebuild for gcc-3.2 transition, add string.h to includes
* rebuild (debhelper) also fixes postinst-should-not-set-usr-doc-link
---
debian/changelog | 14 +++++++++++---
debian/control | 2 +-
debian/copyright | 3 ++-
debian/rules | 24 ++++++++++++------------
includes.h | 1 +
5 files changed, 27 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2191c9e..b5d9759 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+hodie (1.4-2) unstable; urgency=low
+
+ * updated Standards-Version to 3.5.8
+ * there can be only one upstream Author(s)
+ * rebuild to get rid of postinst-should-not-set-usr-doc-link lintian
+ * rebuild for gcc-3.2 transition, add string.h to includes
+ * rebuild (debhelper) also fixes postinst-should-not-set-usr-doc-link
+
+ -- Christian T. Steigies <cts at debian.org> Sun, 19 Jan 2003 01:34:03 -0500
+
hodie (1.4-1) unstable; urgency=low
* new upstream version
@@ -16,6 +26,4 @@ hodie (1.2-1) unstable; urgency=low
-- Christian T. Steigies <cts at debian.org> Mon, 28 Aug 2000 23:16:15 +0200
-Local variables:
-mode: debian-changelog
-End:
+
diff --git a/debian/control b/debian/control
index f2358f9..1550f3c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: hodie
Section: science
Priority: optional
Maintainer: Christian T. Steigies <cts at debian.org>
-Standards-Version: 3.0.1
+Standards-Version: 3.5.8
Build-Depends: debhelper
Package: hodie
diff --git a/debian/copyright b/debian/copyright
index b1dbe14..842766b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,8 +2,9 @@ This package was debianized by Christian T. Steigies <cts at debian.org> on
Mon, 28 Aug 2000 23:16:15 +0200.
It was downloaded from http://haven.myip.org/hodie
+The project homepage is now at http://hodie.sourceforge.net/
-Upstream Author(s): Mikael Johansson <mikael.johansson at wineasy.se>
+Upstream Author: Mikael Johansson <mikael.johansson at wineasy.se>
Copyright:
diff --git a/debian/rules b/debian/rules
index daa344b..0b0fe2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,21 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+installbin = install -g root -o root -s -m 755
+installdoc = install -g root -o root -m 644
+
+TARGET = hodie
+
# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+export DH_COMPAT=3
+
+export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
build: build-stamp
build-stamp:
dh_testdir
-
# Add here commands to compile the package.
$(MAKE)
@@ -35,9 +42,9 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp.
-# $(MAKE) install DESTDIR=`pwd`/debian/tmp
- install -s -m 755 hodie `pwd`/debian/tmp/usr/bin/
- install -m 644 hodie.1 `pwd`/debian/tmp/usr/share/man/man1/
+# $(MAKE) install DESTDIR=$(CURDIR)/debian/$(TRAGET)
+ $(installbin) hodie $(CURDIR)/debian/$(TARGET)/usr/bin/
+ $(installdoc) hodie.1 $(CURDIR)/debian/$(TARGET)/usr/share/man/man1/
# Build architecture-independent files here.
binary-indep: build install
@@ -52,10 +59,6 @@ binary-arch: build install
dh_installdocs
dh_installexamples
dh_installmenu
-# dh_installemacsen
-# dh_installpam
-# dh_installinit
- dh_installcron
# install manpage by-hand (to avoid installing .en and .es files)
# dh_installmanpages
dh_installinfo
@@ -66,10 +69,7 @@ binary-arch: build install
dh_compress
dh_fixperms
# You may want to make some executables suid here.
- dh_suidregister
-# dh_makeshlibs
dh_installdeb
-# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
diff --git a/includes.h b/includes.h
index e282198..ab41138 100644
--- a/includes.h
+++ b/includes.h
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <ctype.h>
#include "version.h"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hodie.git
More information about the debian-science-commits
mailing list