Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
fe012343
Commit
fe012343
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
hplip: track current release for hplip
parent
b717b39d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-hplip
+8
-8
8 additions, 8 deletions
helpers/make-hplip
with
8 additions
and
8 deletions
helpers/make-hplip
+
8
−
8
View file @
fe012343
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment