Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libgoogle-protocolbuffers-perl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
libgoogle-protocolbuffers-perl
Commits
4e5e8999
Commit
4e5e8999
authored
1 year ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
initial check-in
parent
d7d22084
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
README.md
+5
-0
5 additions, 0 deletions
README.md
build_deb_lib.sh
+25
-0
25 additions, 0 deletions
build_deb_lib.sh
debian/lib/control
+11
-0
11 additions, 0 deletions
debian/lib/control
with
43 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
4e5e8999
tmp/
google-protocolbuffers-perl
This diff is collapsed.
Click to expand it.
README.md
+
5
−
0
View file @
4e5e8999
# libgoogle-protocolbuffers-perl
## NOTES
Debian/Ubuntu packaging for google-protocolbuffers-perl
\[
1]
*
\[
1] https://github.com/csirtgadgets/google-protocolbuffers-perl
## Getting started
...
...
This diff is collapsed.
Click to expand it.
build_deb_lib.sh
0 → 100755
+
25
−
0
View file @
4e5e8999
#!/bin/sh
epoch
=
0
version
=
`
awk
'/Version:/ {print $2}'
debian/lib/control
`
pkgname
=
`
awk
'/Package:/ {print $2}'
debian/lib/control
`
pkgdir
=
tmp/stage/
$pkgname
/
$epoch
/
$version
mandir
=
$pkgdir
/data/usr/share/man3
pmlnk.pm
--copy
--target
$pkgdir
/data/usr/share/perl5 google-protocolbuffers-perl/blib
cp
google-protocolbuffers-perl/blib/lib/Google/ProtocolBuffers/CodecIV32.pm
\
google-protocolbuffers-perl/blib/lib/Google/ProtocolBuffers/CodecIV64.pm
\
$pkgdir
/data/usr/share/perl5/Google/ProtocolBuffers
chmod
664
$pkgdir
/data/usr/share/perl5/Google/ProtocolBuffers/CodecIV??.pm
mkdir
-p
$mandir
cp
google-protocolbuffers-perl/blib/man3/Google::ProtocolBuffers.3pm
$mandir
mkdir
$pkgdir
/control
cp
debian/lib/control
$pkgdir
/control
echo
"2.0"
>
$pkgdir
/debian-binary
mkdeb.pl
$pkgdir
This diff is collapsed.
Click to expand it.
debian/lib/control
0 → 100644
+
11
−
0
View file @
4e5e8999
Package: libgoogle-protocolbuffers-perl
Version: 0.12-2
Architecture: all
Maintainer: Gerhard Gonter <ggonter@gmail.com>
Original-Maintainer: Gerhard Gonter <ggonter@gmail.com>
Installed-Size: 120
Depends: perl, libparse-recdescent-perl, libclass-accessor-perl
Section: perl
Priority: optional
Homepage: http://aix-pm.sourceforge.net/TBD
Description: Google::ProtocolBuffers Google Protocol Buffers data serialization
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