[med-svn] [Git][med-team/cl-umlisp-orf][master] 4 commits: Move dh-lisp from Build-Depends-Indep to Build-Depends to pass build source job
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jun 1 21:53:57 BST 2026
Andreas Tille pushed to branch master at Debian Med / cl-umlisp-orf
Commits:
18c24447 by Andreas Tille at 2026-06-01T22:25:29+02:00
Move dh-lisp from Build-Depends-Indep to Build-Depends to pass build source job
- - - - -
5fcf13f7 by Andreas Tille at 2026-06-01T22:27:17+02:00
Mention short dh in d/changelog
- - - - -
8df2d66a by Andreas Tille at 2026-06-01T22:30:23+02:00
Standards-Version: 4.7.4 (Removed Priority field)
- - - - -
787599df by Andreas Tille at 2026-06-01T22:31:23+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-cl-umlisp-orf (3.3.2-4) UNRELEASED; urgency=medium
+cl-umlisp-orf (3.3.2-4) unstable; urgency=medium
* Maintain in Debian Med team
* d/watch: version=5 + fix
@@ -6,8 +6,12 @@ cl-umlisp-orf (3.3.2-4) UNRELEASED; urgency=medium
* d/copyright: DEP5
* debhelper-compat (= 13)
* Silence lintian about insecure URI
+ * Move dh-lisp from Build-Depends-Indep to Build-Depends to pass build
+ source job
+ * Short dh
+ * Standards-Version: 4.7.4 (Removed Priority field)
- -- Andreas Tille <tille at debian.org> Mon, 01 Jun 2026 21:43:21 +0200
+ -- Andreas Tille <tille at debian.org> Mon, 01 Jun 2026 22:30:44 +0200
cl-umlisp-orf (3.3.2-3.1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,13 +1,12 @@
Source: cl-umlisp-orf
Section: contrib/lisp
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders:
Kevin M. Rosenberg <kmr at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends-Indep: dh-lisp
-Build-Depends: debhelper-compat (= 13)
-Standards-Version: 3.9.1.0
+Build-Depends: debhelper-compat (= 13),
+ dh-lisp
+Standards-Version: 4.7.4
Homepage: https://web.archive.org/web/20150403095341/http://files.b9.com/umlisp-orf/
Vcs-Browser: https://salsa.debian.org/med-team/cl-umlisp-orf
Vcs-Git: https://salsa.debian.org/med-team/cl-umlisp-orf.git
=====================================
debian/rules
=====================================
@@ -1,45 +1,19 @@
#!/usr/bin/make -f
-pkg := umlisp-orf
-debpkg := cl-umlisp-orf
+pkg := umlisp-orf
+debpkg := cl-$(pkg)
-clc-source := usr/share/common-lisp/source
-clc-systems := usr/share/common-lisp/systems
-clc-files := $(clc-source)/$(pkg)
+clc-source := usr/share/common-lisp/source
+clc-systems := usr/share/common-lisp/systems
+clc-files := $(clc-source)/$(pkg)
+%:
+ dh $@ --with lisp
-build:
+override_dh_auto_build:
+override_dh_auto_test:
+ # pass
-clean:
- dh_testdir
- dh_testroot
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
+override_dh_install:
dh_install $(pkg).asd $(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_install *.lisp $(clc-files)
View it on GitLab: https://salsa.debian.org/med-team/cl-umlisp-orf/-/compare/8b959210f6884ad1202955d6a7024eb59a22d28c...787599df371f8aa168879831241e4ca89906cb50
--
View it on GitLab: https://salsa.debian.org/med-team/cl-umlisp-orf/-/compare/8b959210f6884ad1202955d6a7024eb59a22d28c...787599df371f8aa168879831241e4ca89906cb50
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260601/7c92f85a/attachment-0001.htm>
More information about the debian-med-commit
mailing list