[hamradio-commits] [libfap] 01/02: d/control fixes

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Jul 20 16:30:25 UTC 2015


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

irl-guest pushed a commit to annotated tag debian/1.5-2
in repository libfap.

commit 4d53ec432af876fc2cb49ebb8d6f735c0ef31500
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Jul 20 17:25:43 2015 +0100

    d/control fixes
---
 debian/changelog |  8 ++++++++
 debian/control   | 25 +++++++++++++++----------
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 628e8ba..df0bbea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libfap (1.5-2) UNRELEASED; urgency=medium
+
+  * debian/control:
+   - Fixed the Vcs-Git and Vcs-Browser URLs
+   - libfap-dev now Breaks+Replaces libfap5-dev
+
+ -- Iain R. Learmonth <irl at fsfe.org>  Mon, 20 Jul 2015 17:16:16 +0100
+
 libfap (1.5-1) unstable; urgency=medium
 
   * Initial release. (Closes: #771475)
diff --git a/debian/control b/debian/control
index 7fa1160..49fdc15 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
 Source: libfap
-Section: hamradio
-Priority: optional
 Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Iain R. Learmonth <irl at fsfe.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf
+Section: hamradio
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libfap.git
-Vcs-Git: http://anonscm.debian.org/git/collab-maint/libfap.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/libfap.git
+Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/libfap.git
 Homepage: http://www.pakettiradio.net/libfap/
 
 Package: libfap6
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Breaks: libfap5
 Replaces: libfap5
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: APRS Parser
  libfap is a C port of the Ham::APRS::FAP Finnish APRS Parser (Fabulous APRS
  Parser) Perl module. As the original Perl code, libfap parses normal, mic-e and
@@ -21,9 +23,13 @@ Description: APRS Parser
  telemetry and most weather packets. For more description, see the Perl module.
 
 Package: libfap-dev
-Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfap6 (= ${binary:Version})
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libfap6 (= ${binary:Version})
+Breaks: libfap5-dev
+Replaces: libfap5-dev
 Description: APRS Parser - Development Files
  libfap is a C port of the Ham::APRS::FAP Finnish APRS Parser (Fabulous APRS
  Parser) Perl module. As the original Perl code, libfap parses normal, mic-e and
@@ -31,4 +37,3 @@ Description: APRS Parser - Development Files
  telemetry and most weather packets. For more description, see the Perl module.
  .
  This package contains the development files for libfap.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/libfap.git



More information about the pkg-hamradio-commits mailing list