diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:37:53 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:37:53 -0400 |
commit | a2a7e078724d57d552d767ef0ff11c1a10e91e82 (patch) | |
tree | 687d7e1c979b9d8558a1ace346b3bb2a6e50c415 /makeicecat | |
parent | 7d2ab18542908734876dbe6c321834e6655d02fb (diff) |
Run dch ignoring wrong version number
Diffstat (limited to 'makeicecat')
-rw-r--r-- | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -727,7 +727,7 @@ debian/rules debian/control touch -d "yesterday" debian/control debian/rules debian/control -echo | dch -D stable -v "$ICECATVERSION" "Converted into IceCat (http://www.gnu.org/software/gnuzilla/)" +echo | dch -b -D stable -v "$ICECATVERSION" "Converted into IceCat (http://www.gnu.org/software/gnuzilla/)" sed "1s/firefox/icecat/" -i debian/changelog touch configure js/src/configure |