Description: Debian likes explicit interpreters
 and provides no unversioned python anymore (it was python2)
Forwarded: not-needed
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/examples/library/generate.sh
+++ b/examples/library/generate.sh
@@ -1,3 +1,6 @@
+#!/bin/sh
+set -Cefuvx
+
 cd generated
 
 # Generate the Ada API
--- a/gnatcoll_db2ada/dborm.py
+++ b/gnatcoll_db2ada/dborm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # This script should be compatible with both python 2 and python 3
 
 import re
