1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 17:24:47 +03:00
fped/debian/autogen.sh

11 lines
193 B
Bash
Raw Normal View History

#!/bin/sh
# Generate debian/changelog.upstream.
#
# Uses debian/changelog and the git revision log.
#
set -e
dpkg-parsechangelog --format rfc822 --all |
awk -f debian/changelog.upstream.awk