mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +01:00
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up 'invalid date format' warnings from dpkg-buildpkg(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21751,3 +21751,5 @@
|
||||
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression that caused the application menu layout to
|
||||
be corrupted in the DEB packages.
|
||||
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up 'invalid date format' warnings from dpkg-buildpkg(1).
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#
|
||||
# Generate Debian packaging metadata
|
||||
#
|
||||
DATESTAMP=`date +%a,\ %d\ %B\ %Y\ %T\ %z`
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user