[#11] Fix lintian warnings

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2022-10-27 22:54:31 +03:00 committed by Stanislav Bogatyrev
parent bbb5840e03
commit 606f993290
3 changed files with 13 additions and 13 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ in/
locode_db locode_db
# debhelpers # debhelpers
**/.debhelper **/.debhelper
debian/changelog

View file

@ -42,6 +42,7 @@ locode_db: unlocode in/continents.geojson in/airports.dat in/countries.dat
--in in/2022-1\ UNLOCODE\ CodeListPart1.csv,in/2022-1\ UNLOCODE\ CodeListPart2.csv,in/2022-1\ UNLOCODE\ CodeListPart3.csv \ --in in/2022-1\ UNLOCODE\ CodeListPart1.csv,in/2022-1\ UNLOCODE\ CodeListPart2.csv,in/2022-1\ UNLOCODE\ CodeListPart3.csv \
--subdiv in/2022-1\ SubdivisionCodes.csv \ --subdiv in/2022-1\ SubdivisionCodes.csv \
--out locode_db --out locode_db
chmod 644 locode_db
# Print version # Print version
version: version:

2
debian/rules vendored
View file

@ -13,5 +13,3 @@ override_dh_installchangelogs:
override_dh_clean: override_dh_clean:
dh_clean dh_clean
rm -f locode_db