Almost done packaging .. need to do the setuid thing for uml_net.

This commit is contained in:
freesource
2001-12-09 10:17:09 +00:00
parent 1d5b40628f
commit 41777cf84f
3 changed files with 136 additions and 5 deletions
+4 -4
View File
@@ -203,8 +203,8 @@ chdir($packaging_place);
# Using dch for the changelog .. very convenient and debian proper.
if (!$stop) {
$ENV{MAIL} = "freesource@users.sourceforge.net";
$ENV{DEBFULLNAME} = "Jonathan Rosenbaum";
$ENV{MAIL} = $email;
$ENV{DEBFULLNAME} = $name;
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
@@ -218,7 +218,7 @@ if (!$stop) {
last if $what == 2;
$_ =~ s/\n/ /gm;
if ( $change_watch == 0 ) {
system "dch", "--newversion", "$version", "$_";
system "dch", "--newversion", "$version-$revision", "$_";
}
else {
system "dch", "$_";
@@ -234,8 +234,8 @@ if (!$stop) {
$/ = "\n";
system "cp -a $packaging_place/debian/changelog $packaging_defaults";
exit;
} # end if !$stop