diff --git a/Alien/Package/Deb.pm b/Alien/Package/Deb.pm index 1d71920..b4ba4e1 100644 --- a/Alien/Package/Deb.pm +++ b/Alien/Package/Deb.pm @@ -754,7 +754,7 @@ sub postinst { return "$firstline\n$permscript\n$rest"; } -=cut +=back =head1 AUTHOR diff --git a/Alien/Package/Pkg.pm b/Alien/Package/Pkg.pm index 4ad612f..abbc9a8 100644 --- a/Alien/Package/Pkg.pm +++ b/Alien/Package/Pkg.pm @@ -327,6 +327,8 @@ sub build { return $name; } +=back + =head1 AUTHOR Mark Hershberger diff --git a/Alien/Package/Slp.pm b/Alien/Package/Slp.pm index 85786fa..4c5409f 100644 --- a/Alien/Package/Slp.pm +++ b/Alien/Package/Slp.pm @@ -358,6 +358,8 @@ sub release { } +=back + =head1 AUTHOR Joey Hess diff --git a/Alien/Package/Tgz.pm b/Alien/Package/Tgz.pm index 6014da1..3118ba8 100644 --- a/Alien/Package/Tgz.pm +++ b/Alien/Package/Tgz.pm @@ -222,6 +222,8 @@ sub build { return $tgz; } +=back + =head1 AUTHOR Joey Hess diff --git a/debian/changelog b/debian/changelog index 88a1aee..6be2276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 detection. (Requires gnu tar 1.14.91) + * pod fixes - -- Joey Hess Wed, 14 Jan 2009 13:27:12 -0500 + -- Joey Hess Sun, 15 Feb 2009 19:51:54 -0500 alien (8.73) unstable; urgency=low diff --git a/debian/control b/debian/control index 8a9d571..325ea1b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 7) Maintainer: Joey Hess -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Vcs-Git: git://git.kitenet.net/alien Homepage: http://kitenet.net/~joey/code/alien/