[hodie] 01/10: Import Debian changes 1.4-1

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 5b194e5533d381f84e8190e99aaf39518d59e3c7
Author: Christian T. Steigies <cts at debian.org>
Date:   Wed Dec 20 20:51:08 2000 +0100

    Import Debian changes 1.4-1
    
    hodie (1.4-1) unstable; urgency=low
    
      * new upstream version
    
    hodie (1.3-1) unstable; urgency=low
    
      * new upstream version
    
    hodie (1.2-1) unstable; urgency=low
    
      * Initial Release.
---
 debian/.sbuild-build-deps |  2 ++
 debian/README.Debian      |  9 ++++++
 debian/changelog          | 21 +++++++++++++
 debian/control            | 13 ++++++++
 debian/copyright          | 30 ++++++++++++++++++
 debian/dirs               |  3 ++
 debian/docs               |  3 ++
 debian/rules              | 79 +++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 160 insertions(+)

diff --git a/debian/.sbuild-build-deps b/debian/.sbuild-build-deps
new file mode 100644
index 0000000..2d5b1c1
--- /dev/null
+++ b/debian/.sbuild-build-deps
@@ -0,0 +1,2 @@
+Package: hodie
+Build-Depends: debhelper
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..84af55f
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,9 @@
+hodie for Debian
+----------------
+
+hodie can be translated into other languages. The source package contains
+a spanish translation by Juan Ivan Juanes. Please download the source package
+and read TRANSLATING if you are interested in building a spanish version or
+do your own translation.
+
+ -- Christian T. Steigies <cts at debian.org>, Fri,  1 Sep 2000 22:48:39 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2191c9e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,21 @@
+hodie (1.4-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Christian T. Steigies <cts at debian.org>  Wed, 20 Dec 2000 20:51:08 +0100
+
+hodie (1.3-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Christian T. Steigies <cts at debian.org>  Tue, 29 Aug 2000 00:13:04 +0200
+
+hodie (1.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- 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
new file mode 100644
index 0000000..f2358f9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: hodie
+Section: science
+Priority: optional
+Maintainer: Christian T. Steigies <cts at debian.org>
+Standards-Version: 3.0.1
+Build-Depends: debhelper
+
+Package: hodie
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: prints the date in latin
+ hodie has the same functionality as the date (1) program, only it prints
+ it in grammatically correct latin
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b1dbe14
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+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
+
+Upstream Author(s): Mikael Johansson <mikael.johansson at wineasy.se>
+
+Copyright:
+
+Copyright (c) 2000 Mikael Johansson
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NOT EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..a8088bd
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+usr/share/doc/hodie
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d4bc1de
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+CREDITS
+BUGS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..daa344b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	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/
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	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
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	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
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

-- 
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