diff options
| author | Sam Varshavchik | 2022-08-07 22:30:26 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-08-07 22:30:26 -0400 |
| commit | 984fa05d116f0f75f4ab9bcaa1693bafe87df2a4 (patch) | |
| tree | 5f0d4df109524c604d2ede644d69572a75cdb873 | |
| parent | 542263d1a8ebbadb06488fd6e58a5917ecaf3a3c (diff) | |
| download | courier-libs-master.tar.bz2 | |
| -rw-r--r-- | unicode/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am index b150eef..077d8c3 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -574,7 +574,8 @@ bump.deb.release: packaging/debian/changelog RELEASE=`expr $$NEXT_RELEASE + 1`; \ echo "VERSION=@PACKAGE_VERSION@" >$(srcdir)/deb.release; \ echo "RELEASE=$$RELEASE" >>$(srcdir)/deb.release; \ - sed 's/^@PACKAGE@.*/@PACKAGE@ (@VERSION@-'$$RELEASE') devel; urgency=medium/' \ + . /etc/lsb-release; \ + sed 's/^@PACKAGE@.*/@PACKAGE@ (@VERSION@-'$$RELEASE'.'$$DISTRIB_RELEASE') devel; urgency=medium/' \ <packaging/debian/changelog >packaging/debian/changelog.new; \ mv packaging/debian/changelog.new packaging/debian/changelog |
