mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
pod fixes
This commit is contained in:
@@ -754,7 +754,7 @@ sub postinst {
|
|||||||
return "$firstline\n$permscript\n$rest";
|
return "$firstline\n$permscript\n$rest";
|
||||||
}
|
}
|
||||||
|
|
||||||
=cut
|
=back
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|||||||
@@ -327,6 +327,8 @@ sub build {
|
|||||||
return $name;
|
return $name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Mark Hershberger <mah@everybody.org>
|
Mark Hershberger <mah@everybody.org>
|
||||||
|
|||||||
@@ -358,6 +358,8 @@ sub release {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Joey Hess <joey@kitenet.net>
|
Joey Hess <joey@kitenet.net>
|
||||||
|
|||||||
@@ -222,6 +222,8 @@ sub build {
|
|||||||
return $tgz;
|
return $tgz;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Joey Hess <joey@kitenet.net>
|
Joey Hess <joey@kitenet.net>
|
||||||
|
|||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,9 +1,10 @@
|
|||||||
alien (8.74) UNRELEASED; urgency=low
|
alien (8.74) unstable; urgency=low
|
||||||
|
|
||||||
* Support bzipped and uncompressed tar files, using tar's auto-compression
|
* Support bzipped and uncompressed tar files, using tar's auto-compression
|
||||||
detection. (Requires gnu tar 1.14.91)
|
detection. (Requires gnu tar 1.14.91)
|
||||||
|
* pod fixes
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 14 Jan 2009 13:27:12 -0500
|
-- Joey Hess <joeyh@debian.org> Sun, 15 Feb 2009 19:51:54 -0500
|
||||||
|
|
||||||
alien (8.73) unstable; urgency=low
|
alien (8.73) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 7)
|
Build-Depends: debhelper (>= 7)
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.8.0
|
||||||
Vcs-Git: git://git.kitenet.net/alien
|
Vcs-Git: git://git.kitenet.net/alien
|
||||||
Homepage: http://kitenet.net/~joey/code/alien/
|
Homepage: http://kitenet.net/~joey/code/alien/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user