Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tar
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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-packages
Tar
Commits
c2309b4a
Commit
c2309b4a
authored
13 years ago
by
Bdale Garbee
Browse files
Options
Downloads
Patches
Plain Diff
fix up a pile of lintian warnings
parent
30fe7f24
No related branches found
Tags
non-free/1.26-2
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+2
-1
2 additions, 1 deletion
debian/control
debian/rules
+4
-3
4 additions, 3 deletions
debian/rules
with
12 additions
and
4 deletions
debian/changelog
+
6
−
0
View file @
c2309b4a
tar-doc (1.26-2) unstable; urgency=low
* resolve lintian warnings
-- Bdale Garbee <bdale@gag.com> Wed, 17 Aug 2011 14:30:33 -0700
tar-doc (1.26-1) unstable; urgency=low
* new upstream version
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
1
View file @
c2309b4a
...
...
@@ -3,10 +3,11 @@ Section: non-free/doc
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.
8.1.0
Standards-Version: 3.
9.2
Package: tar-doc
Architecture: all
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Description: documentation for the tar package
Documentation for GNU tar in info format, which is not distributed in Debian
main because it is licensed under the GFDL with invariant sections that
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
3
View file @
c2309b4a
...
...
@@ -7,8 +7,9 @@ configure-stamp:
dh_testdir
touch configure-stamp
build: build-stamp
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp: configure-stamp
dh_testdir
touch $@
...
...
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