|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (17)
View Page History
License: ${maven.deb.license}
/usr/share/common-licenses/${maven.deb.license}
/usr/share/common-licenses/${maven.deb.license}
{code}Now the jdeb plugin needs to be told to include this file. Add the following section to the plugin's list of datasets
{code}<data>
<src>${project.build.directory}/classes/debian/copyright</src>
<src>${project.build.directory}/classes/debian/copyright</src>

<prefix>${maven.deb.docfolder}</prefix>
</mapper>
</mapper>
</data>
</data>
{code}mvn clean package to generate the package once more, and lintian it again. The error should now be
{code}E: dk.statsbiblioteket.scape.arc-unpacker: changelog-file-missing-in-native-package{code}
{code}E: dk.statsbiblioteket.scape.arc-unpacker: changelog-file-missing-in-native-package{code}

Here is some sample content for at changelog file, that we can use
{code}${maven.deb.name} (0.8.10) (0.3) unstable; urgency=low
* Added the archive.org maven repository, so we can build without local caches.
* Added the debian package functionality
* Added the debian package functionality
* Minor bugfix releases:
-- Asger Askov Blekinge <[email protected]> Mon, 23 Apr 2011 15:00:00 +0100
o manual page confused --dbname and --dbsystem (Closes: #573235)
${maven.deb.name} (0.2) unstable; urgency=low
* Added the command line interface
* Added the min/max response code restriction
* Added the multiple naming of extracted resources
* Added the command line interface
* Added the min/max response code restriction
* Added the multiple naming of extracted resources
o applied patch by Warren Thompson to use the registered default
currency rather than a hard-code 'USD'
currency rather than a hard-code 'USD'
-- Asger Askov Blekinge <[email protected]> Fri, 2 Dec 2011 17:34:00 +0100
* debian/control: Standards-Version: increased to 3.8.4
* debian/source/format: Added with "3.0 (native)"
* debian/rules: Updated Perl invocation
* debian/source/format: Added with "3.0 (native)"
* debian/rules: Updated Perl invocation
${maven.deb.name} (0.1) unstable; urgency=low
* Updated maven structure for better git support
* Stuff actually works
* First release
* Updated maven structure for better git support
* Stuff actually works
* First release
-- Dirk Eddelbuettel <[email protected]> Sun, 13 Jun 2010 17:24:30 -0500
-- Asger Askov Blekinge <[email protected]> Mon, 30 Nov 2011 15:21:00 +0100
${maven.deb.name} (0.8.9) unstable; urgency=low
* Minor bugfix releases:
o DateCalc() now requires an error code variable, so supply one
o finally release the OandA fx code (Closes: #532743)
* debian/control: Standards-Version: increased to 3.8.3
* debian/copyright: Updated to newer format
-- Dirk Eddelbuettel <[email protected]> Tue, 22 Dec 2009 20:13:59 -0600
* Minor bugfix releases:
o DateCalc() now requires an error code variable, so supply one
o finally release the OandA fx code (Closes: #532743)
* debian/control: Standards-Version: increased to 3.8.3
* debian/copyright: Updated to newer format
-- Dirk Eddelbuettel <[email protected]> Tue, 22 Dec 2009 20:13:59 -0600
{code}Put this content in "resources/debian/changelog/changelog
