Skip to content
Snippets Groups Projects
Commit fe012343 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

hplip: track current release for hplip

parent b717b39d
No related branches found
No related tags found
No related merge requests found
...@@ -18,22 +18,15 @@ ...@@ -18,22 +18,15 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
# note, we need version 3.20.6 or higher, the binary plugin requirement # note, we need version 3.20.6 or higher, the binary plugin requirement
# was reworked on that version. # was reworked on that version.
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu hirsute main universe'
REPOKEY=871920D1991BC93C
QUILT=skip QUILT=skip
. ./config . ./config
sed '/debhelper-compat/s/13/12/' -i debian/control
# This is somehow missing from the source tarball, fetched from Debian git
cp $DATA/Common.h .
rm debian/patches/*-Install-check-plugin.py-as-a-script.patch rm debian/patches/*-Install-check-plugin.py-as-a-script.patch
sed -i '/Install-check-plugin.py-as-a-script.patch/d' debian/patches/series sed -i '/Install-check-plugin.py-as-a-script.patch/d' debian/patches/series
sed '/plugin/d' -i debian/hplip-gui.manpages debian/hplip.manpages debian/hplip-gui.install debian/hplip.install sed '/plugin/d' -i debian/hplip-gui.manpages debian/hplip.manpages debian/hplip-gui.install debian/hplip.install
...@@ -64,6 +57,13 @@ cp $output $printers ...@@ -64,6 +57,13 @@ cp $output $printers
rm $tmp $tmp2 rm $tmp $tmp2
#Prevent failing on missing files
cat << RULES >> debian/rules
override_dh_missing:
dh_missing --list-missing
RULES
changelog "Removed printers with propietary drivers" changelog "Removed printers with propietary drivers"
compile compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment