From f849ee0ba42a53bc12c5a29f3d2b2f3efe5bf129 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 9 Jan 2017 20:51:45 -0500
Subject: [PATCH] hplip updated for flidas

---
 helpers/make-hplip | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/helpers/make-hplip b/helpers/make-hplip
index c795842d..4d4bcf15 100644
--- a/helpers/make-hplip
+++ b/helpers/make-hplip
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    Copyright (C) 2011 MPA
-#    Copyright (C) 2013 Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2013-2017 Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -52,10 +52,8 @@ sed -i 's/plugin=2/plugin=0/g' $printers
 
 rm $tmp $tmp2
 
-rm debian/patches/hp_photosmart_pro_b9100_support.dpatch
-sed -i '/hp_photosmart_pro_b9100_support.dpatch/d' debian/patches/series
-rm debian/patches/ubuntu-hp-mkuri-notification-text.dpatch
-sed -i '/ubuntu-hp-mkuri-notification-text.dpatch/d' debian/patches/series
+rm debian/patches/hp_photosmart_pro_b9100_support.patch
+sed -i '/hp_photosmart_pro_b9100_support.patch/d' debian/patches/series
 rm debian/local/scripts/hp-plugin-ubuntu
 sed /hp-plugin-ubuntu/d ./debian/rules -i
 
@@ -64,10 +62,6 @@ sed /hp-plugin-ubuntu/d ./debian/rules -i
 #sed s/plugin.py//g -i ./hplip.list.in ./Makefile.in ./Makefile.am
 #sed '/run_plugin_command/s/$/\n    return/' -i ./base/pkit.py
 
-# Fix compilation problems
-sed '/ln -s \/usr\/share\/hplip\/hpssd.py/s:ln.*:cp hpssd.py ./debian/tmp/usr/sbin/hpssd:' -i debian/rules
-apt-get install --force-yes -y hplip
-
 changelog "Removed printers with propietary drivers (required and optional)"
 
 compile
-- 
GitLab