mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2021-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added code to generate 'debian/changelog' and 'debian/control' automatically. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
##
|
||||
## (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
## (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## Adapted from './autogen.sh' in the Jack Audio Connection Kit.
|
||||
## Copyright (C) 2001-2003 Paul Davis, et al.
|
||||
@@ -20,6 +20,13 @@
|
||||
## Boston, MA 02111-1307 USA
|
||||
##
|
||||
|
||||
#
|
||||
# Generate Debian packaging metadata
|
||||
#
|
||||
DATESTAMP=`date +%a,\ %d\ %B\ %Y\ %T\ %z`
|
||||
sed s/@VERSION@/`cat PACKAGE_VERSION`/ < debian/control.src > debian/control
|
||||
sed s/@VERSION@/`cat PACKAGE_VERSION`/ < debian/changelog.src | sed "s/@DATESTAMP@/$DATESTAMP/" > debian/changelog
|
||||
|
||||
mkdir -p m4
|
||||
|
||||
libtoolize=libtoolize
|
||||
|
||||
Reference in New Issue
Block a user