diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/copyright | 1 | ||||
| -rw-r--r-- | debian/watch | 2 | 
3 files changed, 4 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index ce47f1e..cd723d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ xtrkcad (1:4.2.4a-1) UNRELEASED; urgency=medium     - Enable hardening.    * New debian/patches/0700-info_file.patch to add requested directory entry      and INFO-DIR-SECTION line. +  * Rewrite debian/watch to use the sf redirector. +    - Add files to exclude in debian/copyright.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Wed, 28 Dec 2016 17:27:47 +0100 diff --git a/debian/copyright b/debian/copyright index 564ee28..f178739 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/  Upstream-Name: XTrkCAD  Upstream-Contact: XTrkCAD Developers <xtrkcad-fork-developers@lists.sourceforge.net>  Source: http://sourceforge.net/projects/xtrkcad-fork/ +Files-Excluded: .hgtags .hgignore  Files: *  Copyright: 2003 by Sillub Technology and 2007 by Martin Fischer and Bob Blackwell. diff --git a/debian/watch b/debian/watch index 779e779..df9ba14 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@  version=3  opts="downloadurlmangle=s/$/\//,filenamemangle=s/$//" \ -  http://sourceforge.net/projects/xtrkcad-fork/files/XTrackCad/ Version%20(.*)/ +  http://sf.net/xtrkcad-fork/ xtrkcad-source-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) | 
