diff -Nru juno-tlp-juve-0.1/debian/changelog juno-tlp-juve-0.1.2/debian/changelog --- juno-tlp-juve-0.1/debian/changelog 2018-12-21 08:01:52.000000000 +0000 +++ juno-tlp-juve-0.1.2/debian/changelog 2018-12-21 08:01:52.000000000 +0000 @@ -1,4 +1,4 @@ -juno-tlp-juve (0.1) bionic; urgency=low +juno-tlp-juve (0.1.2) bionic; urgency=low * Initial release diff -Nru juno-tlp-juve-0.1/debian/control juno-tlp-juve-0.1.2/debian/control --- juno-tlp-juve-0.1/debian/control 2018-12-21 08:01:52.000000000 +0000 +++ juno-tlp-juve-0.1.2/debian/control 2018-12-21 08:01:52.000000000 +0000 @@ -8,7 +8,7 @@ Section: base Priority: optional Architecture: amd64 -Depends: tlp, tlp-rdw +Depends: tlp, tlp-rdw, cputool Homepage: https://junocomputers.com Description: TLP settings for Juno Computers Juno TLP diff -Nru juno-tlp-juve-0.1/debian/postinst juno-tlp-juve-0.1.2/debian/postinst --- juno-tlp-juve-0.1/debian/postinst 2018-11-22 15:17:59.000000000 +0000 +++ juno-tlp-juve-0.1.2/debian/postinst 2018-12-21 08:01:52.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash tlp="/etc/default/tlp" -juno="/etc/default/juno-tlp" +juno="/etc/default/juno-tlp-juve" if [ -f $tlp ] ; then rm $tlp diff -Nru juno-tlp-juve-0.1/tlp juno-tlp-juve-0.1.2/tlp --- juno-tlp-juve-0.1/tlp 2018-12-21 08:01:52.000000000 +0000 +++ juno-tlp-juve-0.1.2/tlp 2018-12-21 08:01:52.000000000 +0000 @@ -1,3 +1,9 @@ +######################################### +## Juno Computers Ltd. ## +## TLP Settings for Juve Laptops ## +## https://junocomputers.com ## +######################################### + # ------------------------------------------------------------------------------ # tlp - Parameters for power saving # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html