diff options
-rw-r--r-- | jessie/_reverts_lattice.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jessie/_reverts_lattice.sh b/jessie/_reverts_lattice.sh new file mode 100644 index 0000000..21f22e6 --- /dev/null +++ b/jessie/_reverts_lattice.sh @@ -0,0 +1,2 @@ +ssed -i -R "/^Build-Depends/s/debhelper \(>= 11\)/debhelper (>= 10)/" debian/control +dch -a "debian/control: Require debhelper >=10 instead of >=11" |