import rev 27 from https://bazaar.launchpad.net/~j/calcool
This commit is contained in:
commit
2a9f5822e5
28 changed files with 4155 additions and 0 deletions
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
ifneq ($(shell dh -l | grep -xF translations),)
|
||||
dh $@ --with python2,translations
|
||||
else
|
||||
dh $@ --with python2
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue