Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
0b097ec6
Commit
0b097ec6
authored
Aug 12, 2015
by
Joachim Breitner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
what-to-upgrade.pl: Cope with +dfsg in the version
parent
8f337316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
what-to-upgrade.pl
what-to-upgrade.pl
+1
-1
No files found.
what-to-upgrade.pl
View file @
0b097ec6
...
...
@@ -35,7 +35,7 @@ for my $dir (@dirs) {
my
$firstline
=
<
CHANGELOG
>
;
if
(
$firstline
=~
m/([\w-]+) \(([\w:~.+-]+)\) (\w+);/
)
{
my
(
$source
,
$version
,
$suite
)
=
(
$1
,
$2
,
$3
);
my
(
$cabal_version
)
=
(
$version
=~
m/
(?:.*:)?(.*)-.*?
/
);
my
(
$cabal_version
)
=
(
$version
=~
m/
^(?:.*:)?(.*?)(?:\+dfsg\d*)?-.*?$
/
);
my
$watch
=
read_file
(
$watchfile
)
or
die
@
!;
unless
(
$watch
=~
m!http://hackage.haskell.org/package/(.*)/distro-monitor!
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment