[#11] Fix lintian warnings
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
bbb5840e03
commit
606f993290
3 changed files with 13 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ in/
|
|||
locode_db
|
||||
# debhelpers
|
||||
**/.debhelper
|
||||
debian/changelog
|
||||
|
|
1
Makefile
1
Makefile
|
@ -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 \
|
||||
--subdiv in/2022-1\ SubdivisionCodes.csv \
|
||||
--out locode_db
|
||||
chmod 644 locode_db
|
||||
|
||||
# Print version
|
||||
version:
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -13,5 +13,3 @@ override_dh_installchangelogs:
|
|||
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
rm -f locode_db
|
||||
|
Loading…
Reference in a new issue