[Pkg-octave-commit] [octave-pkg-dev] 02/04: make-octave-forge-debpkg.in: Use Title field for the short package description

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Aug 23 04:39:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-pkg-dev.

commit 43ad2ae9386d23ebf743472f912d51f7ff35cb8b
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Aug 22 21:42:42 2016 -0300

    make-octave-forge-debpkg.in: Use Title field for the short package description
---
 make-octave-forge-debpkg.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/make-octave-forge-debpkg.in b/make-octave-forge-debpkg.in
index ecd1083..b5c9d4a 100755
--- a/make-octave-forge-debpkg.in
+++ b/make-octave-forge-debpkg.in
@@ -118,8 +118,8 @@ check ("Name");
 my $name = lc $pkgdata{Name};
 check ("Version");
 my $version = $pkgdata{Version};
-check ("Description");
-my $description = $pkgdata{Description};
+check ("Title");
+my $title = $pkgdata{Title};
 
 ### Decide on the package's Architecture based on the presence of the src/
 ### directory, which typically contains C++ files to be compiled.
@@ -197,7 +197,7 @@ Vcs-Browser: #Vcs-Browser#
 Package: octave-$name
 Architecture: $architecture
 Depends: \${misc:Depends}, \${octave:Depends}$shlibs
-Description: $description
+Description: $title
  \${octave:Upstream-Description}
  This Octave add-on package is part of the Octave-Forge project.
 ";

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git



More information about the Pkg-octave-commit mailing list