[med-svn] [Git][med-team/amide][master] 9 commits: routine-update: Packaging update
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed May 4 15:46:27 BST 2022
Andreas Tille pushed to branch master at Debian Med / amide
Commits:
25f2c933 by Andreas Tille at 2022-05-04T16:31:41+02:00
routine-update: Packaging update
- - - - -
45b6663a by Andreas Tille at 2022-05-04T16:31:41+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
7c6eaf71 by Andreas Tille at 2022-05-04T16:31:44+02:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
046963c2 by Andreas Tille at 2022-05-04T16:31:44+02:00
routine-update: Add salsa-ci file
- - - - -
a278c888 by Andreas Tille at 2022-05-04T16:31:44+02:00
routine-update: Rules-Requires-Root: no
- - - - -
fc53350a by Andreas Tille at 2022-05-04T16:31:48+02:00
Set field Upstream-Name in debian/copyright.
Changes-By: lintian-brush
- - - - -
8dfc0f4d by Andreas Tille at 2022-05-04T16:31:53+02:00
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
Changes-By: lintian-brush
- - - - -
a5acd234 by Andreas Tille at 2022-05-04T16:31:57+02:00
routine-update: watch file standard 4
- - - - -
be818942 by Andreas Tille at 2022-05-04T16:45:28+02:00
Review d/copyright
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+amide (1.0.5-16) UNRELEASED; urgency=medium
+
+ * Standards-Version: 4.6.0 (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set field Upstream-Name in debian/copyright.
+ * Remove obsolete field Name from debian/upstream/metadata (already present in
+ machine-readable debian/copyright).
+ * watch file standard 4 (routine-update)
+ * Review d/copyright
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 May 2022 16:31:41 +0200
+
amide (1.0.5-15) unstable; urgency=medium
* Fix maintainer address
=====================================
debian/control
=====================================
@@ -20,10 +20,11 @@ Build-Depends: libtool,
libavformat-dev,
libavutil-dev,
yelp-tools
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/amide
Vcs-Git: https://salsa.debian.org/med-team/amide.git
Homepage: http://amide.sourceforge.net/
+Rules-Requires-Root: no
Package: amide
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,11 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Debianized-By: Dominique Belhachemi <domibel at cs.tu-berlin.de>
-Debianized-Date: Fri, 20 Apr 2007 21:32:15 +0200
-Original-Source: http://amide.sourceforge.net/
+Source: http://amide.sourceforge.net/
+Upstream-Name: amide
Files: *
-Copyright:
- Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
+Copyright: Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,24 +19,14 @@ License: GPL-2+
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
- On Debian systems, the complete text of the GNU General Public
+ On Debian systems, the complete text of the GNU General Public
License, version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-
-Files: debian/*
-Copyright: 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
-License: GPL-2+
- The Debian packaging is licensed under the GPL-2 or any later version,
- see `/usr/share/common-licenses/GPL-2'
-
-
-Files:
- ./src/amitk_xif_sel.h
- ./src/amitk_xif_sel.c
- ./src/amitk_dial.h
- ./src/amitk_dial.c
-Copyright:
- Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
+Files: src/amitk_xif_sel.h
+ src/amitk_xif_sel.c
+ src/amitk_dial.h
+ src/amitk_dial.c
+Copyright: Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
License: LGPL-2+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -58,11 +46,8 @@ License: LGPL-2+
On Debian systems, the complete text of the GNU Lesser General Public
License, version 2.0 can be found in `/usr/share/common-licenses/LGPL-2'.
-
-Files:
- Documentation
-Copyright:
- Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
+Files: doc/reference/amitk-docs.sgml
+Copyright: Copyright (©) 2007 by Andy Loening <loening at alum.mit.edu>
License: GFDL-1.1
Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Free
@@ -72,9 +57,15 @@ License: GFDL-1.1
Texts. You may obtain a copy of the GNU Free
Documentation License from the Free Software
Foundation by visiting their Web site (http://www.fsf.org) or by
- writing to:
+ writing to:
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU Free Documentation License
can be found in `/usr/share/common-licenses/GFDL`
+
+Files: debian/*
+Copyright: 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL-2 or any later version,
+ see `/usr/share/common-licenses/GPL-2'
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -1,4 +1,3 @@
-Name: amide
Reference:
- Author: Andreas Markus Loening and Sanjiv Sam Gambhir
Title: >
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
http://sf.net/amide/amide-(1.*)\.tgz
View it on GitLab: https://salsa.debian.org/med-team/amide/-/compare/b15efccbfaf5c087c65370f324bae0f6ebfd143e...be8189422d35413258e3eb77f9852af3d57e6034
--
View it on GitLab: https://salsa.debian.org/med-team/amide/-/compare/b15efccbfaf5c087c65370f324bae0f6ebfd143e...be8189422d35413258e3eb77f9852af3d57e6034
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220504/6ba35b36/attachment-0001.htm>
More information about the debian-med-commit
mailing list