[hodie] 09/10: Import Debian changes 1.5-1

Christian T. Steigies cts at moszumanska.debian.org
Sat Nov 4 16:17:52 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 68d5e449e37de005b35a9b426d9906f39791467c
Merge: 60f5fe3 569d4d1
Author: Christian T. Steigies <cts at debian.org>
Date:   Wed Jun 22 23:48:53 2011 +0200

    Import Debian changes 1.5-1
    
    hodie (1.5-1) unstable; urgency=low
    
      * new upstream version which uses getopt (closes: #629429)
      * switch to dpkg-source 3.0 (quilt) format, rewrite rules from scratch
      * updated Standards-Version to 3.9.1 (no changes)
      * use debian/compat and use compat version 7
      * remove README.Debian, since the spanish version does not exist anymore

 BUGS                                           |   8 +-
 CHANGELOG                                      |   7 +-
 CREDITS                                        |   6 +-
 DISTRIBUTORS                                   |   3 +-
 Makefile                                       |  56 ----
 Makefile.am                                    |   4 +
 README                                         |  23 +-
 TODO                                           |  11 +-
 autogen.sh                                     |   6 +
 configure.ac                                   |   7 +
 debian/README.Debian                           |   9 -
 debian/changelog                               |  12 +-
 debian/compat                                  |   2 +-
 debian/control                                 |   7 +-
 debian/copyright                               |   3 +-
 debian/docs                                    |   4 +-
 debian/manpages                                |   1 +
 debian/patches/000_nostrip.diff                |  11 -
 debian/rules                                   |  81 +----
 debian/source/format                           |   1 +
 debian/source/options                          |   2 +
 hodie.1                                        |  13 +-
 hodie.c                                        | 156 ---------
 parse_date.c                                   |  82 -----
 src/Makefile.am                                |  15 +
 src/Makefile.in                                | 428 +++++++++++++++++++++++++
 date_to_roman.c => src/date_to_roman.c         |   0
 help.c => src/help.c                           |   0
 src/hodie.c                                    | 185 +++++++++++
 hodie.h => src/hodie.h                         |   2 +-
 includes.h => src/includes.h                   |   1 +
 isleap.c => src/isleap.c                       |   0
 src/parse_date.c                               |  53 +++
 strings.h => src/strings.h                     |   0
 to_roman.c => src/to_roman.c                   |   2 +-
 to_roman.h => src/to_roman.h                   |   0
 to_roman_numerals.c => src/to_roman_numerals.c |   0
 version.c => src/version.c                     |   0
 version.h => src/version.h                     |   0
 39 files changed, 759 insertions(+), 442 deletions(-)

diff --cc debian/changelog
index b2fea87,0000000..1f4cc9a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,74 -1,0 +1,84 @@@
++hodie (1.5-1) unstable; urgency=low
++
++  * new upstream version which uses getopt (closes: #629429)
++  * switch to dpkg-source 3.0 (quilt) format, rewrite rules from scratch
++  * updated Standards-Version to 3.9.1 (no changes)
++  * use debian/compat and use compat version 7
++  * remove README.Debian, since the spanish version does not exist anymore
++
++ -- Christian T. Steigies <cts at debian.org>  Wed, 22 Jun 2011 23:48:53 +0200
++
 +hodie (1.4-8) unstable; urgency=low
 +
 +  * updated Standards-Version to 3.7.3 (no changes)
 +  * do not ignore make clean error
-   * use debian/compat and use compat verion 5
++  * use debian/compat and use compat version 5
 +
 + -- Christian T. Steigies <cts at debian.org>  Mon, 24 Mar 2008 20:46:26 +0100
 +
 +hodie (1.4-7) unstable; urgency=low
 +
 +  * update watch file with a patch from  Raphael Geissert (closes: #449926)
 +
 + -- Christian T. Steigies <cts at debian.org>  Sun, 25 Nov 2007 17:42:50 +0100
 +
 +hodie (1.4-6) unstable; urgency=low
 +
 +  * debian/rules: do not strip binary by default (closes: #437167)
 +
 + -- Christian T. Steigies <cts at debian.org>  Sat, 18 Aug 2007 20:07:27 +0200
 +
 +hodie (1.4-5) unstable; urgency=low
 +
 +  * swap "Octobres" and "Novembres" in month_ack (closes: #392916)
 +  * updated Standards-Version to 3.7.1 (no changes)
 +  * update watch file to version 3 
 +
 + -- Christian T. Steigies <cts at debian.org>  Sun, 29 Oct 2006 12:09:38 +0100
 +
 +hodie (1.4-4) unstable; urgency=low
 +
 +  * on request by upstream: 
 +    - changed author's email to mikael at johanssons.org  (instead of mikael.johansson at wineasy.se)
 +    - removed haven.myip.org as upstream site, source is now only available from sf.net
 +  * updated Standards-Version to 3.6.2 (no changes)
 +
 + -- Christian T. Steigies <cts at debian.org>  Mon, 17 Apr 2006 22:23:26 +0200
 +
 +hodie (1.4-3) unstable; urgency=low
 +
 +  * updated Standards-Version to 3.6.1.0 (no changes)
 +  * add build-depends on debhelper (>= 4)
 +  * added watch file, will it work with sf.net?
 +
 + -- Christian T. Steigies <cts at debian.org>  Sun, 13 Mar 2005 18:18:58 +0100
 +
 +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
 +
 + -- 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
 +
 +
diff --cc debian/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index 0028ea9,0000000..b987486
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,13 -1,0 +1,14 @@@
 +Source: hodie
 +Section: science
 +Priority: optional
 +Maintainer: Christian T. Steigies <cts at debian.org>
- Standards-Version: 3.7.3
- Build-Depends: debhelper (>=5)
++Standards-Version: 3.9.1
++Build-Depends: debhelper (>= 7.0.50~), autoconf, automake1.11
++Build-Conflicts: autoconf2.13, automake1.4
 +
 +Package: hodie
 +Architecture: any
- Depends: ${shlibs:Depends}
++Depends: ${shlibs:Depends}, ${misc: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 --cc debian/copyright
index ada446a,0000000..604d745
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,32 -1,0 +1,33 @@@
 +This package was debianized by Christian T. Steigies <cts at debian.org> on
 +Mon, 28 Aug 2000 23:16:15 +0200.
 +
 +The project homepage for hodie is at http://hodie.sourceforge.net/
++
 +The upstream source can be downloaded from:
- ftp://download.sourceforge.net/hodie/hodie-1.4.tar.gz
++https://github.com/michiexile/hodie/tarball/hodie-1.5
 +
 +Upstream Author: Mikael Johansson <mikael at johanssons.org>
 +
 +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 --cc debian/docs
index d4bc1de,0000000..f6d551f
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,3 -1,0 +1,5 @@@
- CREDITS
 +BUGS
++CREDITS
++DISTRIBUTORS
 +README
++TODO
diff --cc debian/manpages
index 0000000,0000000..6e46e67
new file mode 100644
--- /dev/null
+++ b/debian/manpages
@@@ -1,0 -1,0 +1,1 @@@
++hodie.1
diff --cc debian/rules
index ca2e446,0000000..9915e5f
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,79 -1,0 +1,20 @@@
 +#!/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
++export DH_VERBOSE=1
 +
- installbin = install -g root -o root -m 755
- installdoc = install -g root -o root -m 644
++get-orig-source:
++	wget https://github.com/michiexile/hodie/tarball/hodie-1.5
 +
- TARGET = hodie
- 
- # This is the debhelper compatability version to use.
- #export DH_COMPAT=4
- 
- 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)
- 
- 	touch build-stamp
- 
- clean:
- 	dh_testdir
- 	dh_testroot
- 	rm -f build-stamp
- 
- 	# Add here commands to clean up after the build process.
- 	$(MAKE) clean
++override_dh_auto_configure:
++	sh autogen.sh
++	dh_auto_configure
 +
++override_dh_clean:
 +	dh_clean
++	-rm aclocal.m4 config.h.in configure install-sh missing Makefile.in
++	-rm -rf depcomp
 +
- install: build
- 	dh_testdir
- 	dh_testroot
- 	dh_clean -k
- 	dh_installdirs
- 
- 	# Add here commands to install the package into debian/tmp.
- #	$(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
- # 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
- # 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_installdeb
- 	dh_shlibdeps
- 	dh_gencontrol
- 	dh_md5sums
- 	dh_builddeb
++%:
++	dh $@ 
 +
- binary: binary-indep binary-arch
- .PHONY: build clean binary-indep binary-arch binary install
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/source/options
index 0000000,0000000..5034a1b
new file mode 100644
--- /dev/null
+++ b/debian/source/options
@@@ -1,0 -1,0 +1,2 @@@
++# Don't store changes on autogenerated files
++extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile|Makefile\.in)$"

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