openpreserve / scape-toolwrapper

SCAPE project for creating debian packages from command line tools.
http://openplanets.github.io/scape-toolwrapper
Apache License 2.0
5 stars 1 forks source link

Email parameter is not used #6

Closed shsdev closed 10 years ago

shsdev commented 10 years ago

Email-address hsilva@keep.pt is used instead of the email parameter defined when calling the script generateDebianPackages4AllToolspecsWithComponents.sh.

shsdev commented 10 years ago

Fixed as part of e3b5541

luis100 commented 10 years ago

Email parameter is only used to define the Debian package maintainer, which can be inspected by:

$ dpkg -I digital-preservation-characterisation-video-ffprobe-video2xml_1.0.0_all.deb 
 new debian package, version 2.0.
 size 11868 bytes: control archive= 732 bytes.
     555 bytes,    14 lines      control              
     992 bytes,     7 lines      md5sums              
 Package: digital-preservation-characterisation-video-ffprobe-video2xml
 Version: 1.0.0
 Architecture: all
 Maintainer: SCAPE project <info@scape-project.eu>
 Installed-Size: 127
 Depends: ffmpeg (>= 0.10.0)
 Section: misc
 Priority: extra
 Homepage: http://scape-project.eu/
 Description: Characterises video and outputs information as XML
  This package was developed in the context of SCAPE project.
  The SCAPE project is co-funded by the European Union under
  FP7 ICT-2009.4.1 (Grant Agreement number 270137).
  Characterises video and outputs information as XML

The rest of the information comes from the tool spec, component spec and changelog.