Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libtex-encode-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Debian Perl Group
modules
packages
libtex-encode-perl
Commits
d8449a89
Commit
d8449a89
authored
7 years ago
by
Niko Tyni
Browse files
Options
Downloads
Patches
Plain Diff
Add patch fixing warnings on usage
Closes: #877094
parent
c79fd9e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
+31
-0
31 additions, 0 deletions
...001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
32 additions
and
0 deletions
debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
0 → 100644
+
31
−
0
View file @
d8449a89
From 8c2fd83725b17aa44b02f8913350f3eed7c6c8d0 Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Thu, 21 Dec 2017 23:14:53 +0200
Subject: [PATCH] Remove hardcoded $VERSION from TeX::Encode::BibTex
The $VERSION line is nowadays autogenerated, resulting
in two clashing version declarations that cause a warning
on usage.
Bug-Debian: https://bugs.debian.org/877094
Bug: https://github.com/athreef/TeX-Encode/pull/3
---
lib/TeX/Encode/BibTeX.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/TeX/Encode/BibTeX.pm b/lib/TeX/Encode/BibTeX.pm
index 3ef21af..1b42d74 100644
--- a/lib/TeX/Encode/BibTeX.pm
+++ b/lib/TeX/Encode/BibTeX.pm
@@ -11,8 +11,6 @@
use TeX::Encode;
our @ISA = qw(Encode::Encoding);
-our $VERSION = '1.2';
-
__PACKAGE__->Define(qw(BibTeX bibtex));
# encode($self, $string [,$check])
--
2.15.1
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
d8449a89
0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
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