Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aix-pm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
aix-pm
Commits
0036a00e
Commit
0036a00e
authored
10 months ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
misc changes
parent
3b160cbd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+2
-2
2 additions, 2 deletions
debian/control
scripts/debian/control
+1
-1
1 addition, 1 deletion
scripts/debian/control
scripts/mkdeb.pl
+2
-1
2 additions, 1 deletion
scripts/mkdeb.pl
with
5 additions
and
4 deletions
debian/control
+
2
−
2
View file @
0036a00e
Package: libgg-aix-pm-perl
Package: libgg-aix-pm-perl
Version: 0.
8
-1
Version: 0.
9
-1
Architecture: all
Architecture: all
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
Installed-Size: 629
Installed-Size: 629
Depends: perl, libjson-perl, libjson-xs-perl, libfile-slurper-perl
Depends: perl, libjson-perl, libjson-xs-perl, libfile-slurper-perl
, libdatetime-perl
Section: perl
Section: perl
Priority: optional
Priority: optional
Homepage: http://aix-pm.sourceforge.net/
Homepage: http://aix-pm.sourceforge.net/
...
...
This diff is collapsed.
Click to expand it.
scripts/debian/control
+
1
−
1
View file @
0036a00e
Package: gg-aix-pm-scripts
Package: gg-aix-pm-scripts
Version: 0.
6
-1
Version: 0.
7
-1
Architecture: all
Architecture: all
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
...
...
This diff is collapsed.
Click to expand it.
scripts/mkdeb.pl
+
2
−
1
View file @
0036a00e
...
@@ -21,6 +21,7 @@ while (my $arg= shift (@ARGV))
...
@@ -21,6 +21,7 @@ while (my $arg= shift (@ARGV))
my
(
$opt
,
$val
)
=
split
('
=
',
$
1
);
my
(
$opt
,
$val
)
=
split
('
=
',
$
1
);
if
(
$opt
eq
'
arch
')
{
$pkg_arch
=
$val
||
shift
(
@ARGV
);
}
if
(
$opt
eq
'
arch
')
{
$pkg_arch
=
$val
||
shift
(
@ARGV
);
}
elsif
(
$opt
eq
'
compress-suffix
')
{
$compress_suffix
=
$val
||
shift
(
@ARGV
);
}
elsif
(
$opt
eq
'
compress-suffix
')
{
$compress_suffix
=
$val
||
shift
(
@ARGV
);
}
elsif
(
$opt
=~
m#^(gz|xz|zst)$#
)
{
$compress_suffix
=
$opt
;
}
else
{
usage
();
}
else
{
usage
();
}
}
}
elsif
(
$arg
=~
/^-/
)
elsif
(
$arg
=~
/^-/
)
...
@@ -114,7 +115,7 @@ sub mk_package
...
@@ -114,7 +115,7 @@ sub mk_package
my
$data_compressed
;
my
$data_compressed
;
if
(
$compress_suffix
eq
'
zst
')
if
(
$compress_suffix
eq
'
zst
')
{
{
cmd
(
qw(
x
z -z control.tar data.tar)
);
cmd
(
qw(z
std
-z control.tar data.tar)
);
$control_compressed
=
'
control.tar.zst
';
$control_compressed
=
'
control.tar.zst
';
$data_compressed
=
'
data.tar.zst
';
$data_compressed
=
'
data.tar.zst
';
}
}
...
...
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