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:
Fred Gleason
2021-06-01 09:57:55 -04:00
parent e082f89bb0
commit f6e3d3e4ea
2 changed files with 3 additions and 1 deletions

View File

@@ -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).

View File

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