~opencompute-developers/opencompute/checkbox

« back to all changes in this revision

Viewing changes to debian/rules

Updated OCP Checkbox to the final release version of Checkbox which is now in Legacy mode.

Also fixed some unittest failures found during the update.

Incremented release version to match the last release version of Checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
override_dh_installdeb:
27
27
        cp debian/checkbox.postrm debian/checkbox-ocp-cli.postrm
28
28
        cp debian/checkbox.postrm debian/.postrm
29
 
        cp debian/checkbox.postrm debian/checkbox-ocp-urwid.postrm
30
29
        cp debian/checkbox.postrm debian/checkbox-ocp-gtk.postrm
31
30
        cp debian/checkbox.postrm debian/checkbox-ocp-qt.postrm
32
31
        cp debian/checkbox.postrm debian/checkbox-hw-collection.postrm
35
34
override_dh_installdocs:
36
35
        dh_installdocs -pcheckbox ./README 
37
36
        dh_installdocs -pcheckbox-ocp-cli ./README 
38
 
        dh_installdocs -pcheckbox-ocp-urwid ./README 
39
37
        dh_installdocs -pcheckbox-ocp-gtk ./README 
40
38
        dh_installdocs -pcheckbox-ocp-qt ./README
41
39
        dh_installdocs -pcheckbox-hw-collection ./README
43
41
 
44
42
override_dh_clean:
45
43
        -find . -name \*.mo -exec rm {} \;
46
 
        -rm -f debian/checkbox-ocp-cli.postrm debian/.postrm debian/checkbox-ocp-cli.postrmebian/checkbox-ocp-urwid.postrm debian/checkbox-ocp-gtk.postrm debian/checkbox-ocp-qt.postrm debian/checkbox-hw-collection.postrm
 
44
        -rm -f debian/checkbox-ocp-cli.postrm debian/.postrm debian/checkbox-ocp-cli.postrm debian/checkbox-ocp-gtk.postrm debian/checkbox-ocp-qt.postrm debian/checkbox-hw-collection.postrm
47
45
        debconf-updatepo
48
46
        dh_clean