gajim-plural/debian/rules

16 lines
281 B
Plaintext
Raw Normal View History

2004-12-19 20:17:29 +01:00
#!/usr/bin/make -f
2011-05-20 17:10:34 +02:00
%:
2011-08-27 12:21:09 +02:00
dh $@ --with python2
2004-12-19 20:17:29 +01:00
2011-05-20 17:10:34 +02:00
# test target is broken
override_dh_auto_test:
2004-12-19 20:17:29 +01:00
2011-05-20 17:10:34 +02:00
override_dh_auto_configure:
convert icons/hicolor/64x64/apps/gajim.png -resize 32x32 debian/gajim.xpm
dh_auto_configure
override_dh_auto_clean:
-rm -f debian/gajim.xpm
dh_auto_clean