[med-svn] [Git][med-team/cl-pubmed][master] 8 commits: d/rules: Short dh

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jul 8 05:56:00 BST 2025



Andreas Tille pushed to branch master at Debian Med / cl-pubmed


Commits:
56181aab by Andreas Tille at 2025-07-08T06:44:58+02:00
d/rules: Short dh

- - - - -
800adc6a by Andreas Tille at 2025-07-08T06:49:14+02:00
d/copyright: DEP5

- - - - -
423c23b8 by Andreas Tille at 2025-07-08T06:51:16+02:00
Point Homepage to webarchive

- - - - -
61cb65b6 by Andreas Tille at 2025-07-08T06:52:29+02:00
d/watch: Fake watch file

- - - - -
09f202ae by Andreas Tille at 2025-07-08T06:53:02+02:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
9449a56f by Andreas Tille at 2025-07-08T06:53:02+02:00
debhelper-compat 13 (routine-update)

- - - - -
8f9eaf71 by Andreas Tille at 2025-07-08T06:53:04+02:00
Remove trailing whitespace in debian/changelog (routine-update)

- - - - -
8bf1352b by Andreas Tille at 2025-07-08T06:54:40+02:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -


8 changed files:

- debian/changelog
- + debian/cl-pubmed.docs
- + debian/cl-pubmed.install
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,14 @@ cl-pubmed (2.1.3-6) UNRELEASED; urgency=medium
   * Maintain package in Debian Med team
   * debian/source/format: 3.0 (quilt)
     Closes: #1073020
+  * d/rules: Short dh
+  * d/copyright: DEP5
+  * Point Homepage to webarchive
+  * d/watch: Fake watch file
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Trim trailing whitespace.
 
  -- Andreas Tille <tille at debian.org>  Tue, 08 Jul 2025 06:37:52 +0200
 
@@ -89,7 +97,7 @@ cl-pubmed (2.0.1-1) unstable; urgency=low
 
 cl-pubmed (2.0-1) unstable; urgency=low
 
-  * Rename classes and accessors to be more friendly for importing into 
+  * Rename classes and accessors to be more friendly for importing into
   another package. Export more functions.
   * Add article-equal function
   * Add server-error condition
@@ -99,7 +107,7 @@ cl-pubmed (2.0-1) unstable; urgency=low
 
 cl-pubmed (1.2-1) unstable; urgency=low
 
-  * Fix extraneous colon bug and change in XML tag from 
+  * Fix extraneous colon bug and change in XML tag from
   Descriptor to DescriptorName
 
  -- Kevin M. Rosenberg <kmr at debian.org>  Wed, 30 Oct 2002 19:01:36 -0700
@@ -121,4 +129,3 @@ cl-pubmed (1.0-1) unstable; urgency=low
   * Initial release (closes: 166482)
 
  -- Kevin M. Rosenberg <kmr at debian.org>  Tue, 22 Oct 2002 09:57:38 -0600
-


=====================================
debian/cl-pubmed.docs
=====================================
@@ -0,0 +1 @@
+README


=====================================
debian/cl-pubmed.install
=====================================
@@ -0,0 +1,2 @@
+*.asd	usr/share/common-lisp/source/pubmed
+*.lisp	usr/share/common-lisp/source/pubmed


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-7


=====================================
debian/control
=====================================
@@ -5,11 +5,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>,
            Kevin M. Rosenberg <kmr at debian.org>
 Build-Depends-Indep: dh-lisp
-Build-Depends: debhelper (>= 7.0.0)
-Standards-Version: 3.8.2.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/med-team/cl-pubmed
 Vcs-Git: https://salsa.debian.org/med-team/cl-pubmed.git
-Homepage: http://files.b9.com/pubmed/
+Homepage: https://web.archive.org/web/20150403095012/http://files.b9.com/pubmed/
 
 Package: cl-pubmed
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,15 +1,19 @@
-This package was debianized by Kevin M. Rosenberg <kmr at debian.org> in
-October 2002.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pubmed
+Source: https://web.archive.org/web/20150403095012/http://files.b9.com/pubmed/
 
-The upstream source was downloaded from http://pubmed.b9.com/
+Files: *
+Copyright: 2000-2002 Kevin M. Rosenberg <kevin at rosenberg.net>
+License: LGPL-2.1
 
-Upstream Author: Kevin M. Rosenberg <kevin at rosenberg.net>
+Files: debian/*
+Copyright: 2002-2009 Kevin M. Rosenberg <kevin at rosenberg.net>
+License: LGPL-2.1
 
-Copyright (c) 2000-2002 Kevin M. Rosenberg
-
-This code is free software; you can redistribute it and/or modify it
-under the terms of the version 2.1 of the GNU Lesser General Public
-License as published by the Free Software Foundation.
-
-The GNU Lessor General Public License can be found in your Debian file
-system in /usr/share/common-licenses/LGPL-3.
+License: LGPL-2.1
+ This code is free software; you can redistribute it and/or modify it
+ under the terms of the version 2.1 of the GNU Lesser General Public
+ License as published by the Free Software Foundation.
+ .
+ The GNU Lessor General Public License can be found in your Debian file
+ system in /usr/share/common-licenses/LGPL-2.1.


=====================================
debian/rules
=====================================
@@ -1,45 +1,4 @@
 #!/usr/bin/make -f
 
-pkg		:= pubmed
-debpkg  	:= cl-pubmed
-
-clc-source	:= usr/share/common-lisp/source
-clc-systems	:= usr/share/common-lisp/systems
-clc-files	:= $(clc-source)/$(pkg)
-
-build:
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-	dh_install pubmed.asd $(clc-files)
-	dh_install *.lisp $(clc-files)
-
-binary-indep: install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_lisp
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-
-binary: binary-indep
-
-build-arch: build
-build-indep: build
-
-.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
+%:
+	dh $@


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-http://files.b9.com/pubmed/pubmed-([\d\.]*)\.tar\.gz
+version=4
+
+opts=dversionmangle=s/.*/0.No-Site/ \
+  https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz



View it on GitLab: https://salsa.debian.org/med-team/cl-pubmed/-/compare/093fb97e3613dc4f5a6b7c2952833be66abd285f...8bf1352b285b430bacf34cca1b723daa51075847

-- 
View it on GitLab: https://salsa.debian.org/med-team/cl-pubmed/-/compare/093fb97e3613dc4f5a6b7c2952833be66abd285f...8bf1352b285b430bacf34cca1b723daa51075847
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/20250708/b5b64241/attachment-0001.htm>


More information about the debian-med-commit mailing list