diff options
-rw-r--r-- | perl-install/Makefile.drakxtools | 5 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 023f98f17..18f716fb6 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -82,3 +82,8 @@ install: ln -s {logdrake,$(SBINDEST)/draklog} ln -s {mousedrake,$(SBINDEST)/drakmouse} ln -s {scannerdrake,$(SBINDEST)/drakscanner} + +check: + rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot + @make -C share/po libDrakX.pot + @make -C standalone/po libDrakX-standalone.pot
\ No newline at end of file diff --git a/perl-install/NEWS b/perl-install/NEWS index af50db747..25acafae4 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- add a basic testsuite (ensuring it compiles) in order to prevent + future crashes like #50009 - diskdrake: o display a progress bar while formating an ext4 partition o render ext4 partition as red like ext3 ones |