[med-svn] [Git][med-team/emboss-explorer][master] 7 commits: apply Multi-Arch: hint
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Tue May 12 21:16:16 BST 2026
Alexandre Detiste pushed to branch master at Debian Med / emboss-explorer
Commits:
d5dffb15 by Alexandre Detiste at 2026-05-12T22:07:15+02:00
apply Multi-Arch: hint
- - - - -
6afa7dd2 by Alexandre Detiste at 2026-05-12T22:07:35+02:00
drop "Rules-Requires-Root: no": it is the default now
- - - - -
2134341e by Alexandre Detiste at 2026-05-12T22:09:55+02:00
bump Standards-Version to 4.7.4, drop Priority: tag
- - - - -
f7492a49 by Alexandre Detiste at 2026-05-12T22:10:22+02:00
wrap-and-sort -ast
- - - - -
1dfc2336 by Alexandre Detiste at 2026-05-12T22:14:51+02:00
rewrite d/watch in v5 format
- - - - -
0b7f5202 by Alexandre Detiste at 2026-05-12T22:15:43+02:00
use dh-cruft to register & purge /var/lib/emboss-explorer/output
- - - - -
c583fa8d by Alexandre Detiste at 2026-05-12T22:16:10+02:00
release
- - - - -
8 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/emboss-explorer.install
- − debian/emboss-explorer.postrm
- + debian/emboss-explorer.purge
- debian/libemboss-acd-perl.dirs
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+emboss-explorer (2.2.0-13) unstable; urgency=medium
+
+ * Team upload.
+ * Apply Multi-Arch: hint
+ * Drop "Rules-Requires-Root: no": it is the default now
+ * Bump Standards-Version to 4.7.4, drop Priority: tag
+ * Rewrite d/watch in v5 format
+ * Use dh-cruft to register & purge /var/lib/emboss-explorer/output
+
+ -- Alexandre Detiste <tchet at debian.org> Tue, 12 May 2026 22:15:51 +0200
+
emboss-explorer (2.2.0-12) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,29 +1,33 @@
Source: emboss-explorer
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Charles Plessy <plessy at debian.org>
+Uploaders:
+ Charles Plessy <plessy at debian.org>,
Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
- apache2-dev
-Build-Depends-Indep: libparse-recdescent-perl,
- libmailtools-perl
-Standards-Version: 4.5.1
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-cruft,
+ apache2-dev,
+Build-Depends-Indep:
+ libmailtools-perl,
+ libparse-recdescent-perl,
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/emboss-explorer
Vcs-Git: https://salsa.debian.org/med-team/emboss-explorer.git
Homepage: http://embossgui.sourceforge.net/
-Rules-Requires-Root: no
Package: emboss-explorer
Architecture: all
-Depends: ${perl:Depends},
- libmailtools-perl,
- libemboss-acd-perl,
- emboss,
- emboss-data,
- sensible-utils,
- ${misc:Depends}
-Recommends: emboss-doc,
- ${misc:Recommends}
+Depends:
+ emboss,
+ emboss-data,
+ libemboss-acd-perl,
+ libmailtools-perl,
+ sensible-utils,
+ ${misc:Depends},
+ ${perl:Depends},
+Recommends:
+ emboss-doc,
+ ${misc:Recommends},
Description: web-based GUI to EMBOSS
EMBOSS explorer is a web-based graphical user interface
to the EMBOSS suite of bioinformatics tools. It is written
@@ -35,10 +39,12 @@ Description: web-based GUI to EMBOSS
Package: libemboss-acd-perl
Architecture: all
+Multi-Arch: foreign
Section: perl
-Depends: ${perl:Depends},
- libparse-recdescent-perl,
- ${misc:Depends}
+Depends:
+ libparse-recdescent-perl,
+ ${misc:Depends},
+ ${perl:Depends},
Description: perl module to parse EMBOSS ACD files
EMBOSS::ACD parses EMBOSS Ajax Command Definition files
and provides object-oriented access to the data contained
=====================================
debian/copyright
=====================================
@@ -26,4 +26,3 @@ Copyright: © 2007-2008 David Paleino <d.paleino at gmail.com>
© 2007-2008 Charles Plessy <plessy at debian.org>
License: same
Same as EMBOSS explorer itself
-
=====================================
debian/emboss-explorer.install
=====================================
@@ -1,8 +1,8 @@
/cgi/emboss usr/lib/cgi-bin/
-html/style/* etc/emboss-explorer/style/
debian/emboss-explorer.conf etc/emboss-explorer/
+debian/emboss-explorer.desktop usr/share/applications
debian/index.html usr/share/emboss-explorer/html
html/images/* usr/share/emboss-explorer/images
-debian/emboss-explorer.desktop usr/share/applications
+html/style/* etc/emboss-explorer/style/
usr/bin
usr/share/perl5
=====================================
debian/emboss-explorer.postrm deleted
=====================================
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-set -e
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- rm -rf /var/lib/emboss-explorer/output
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
=====================================
debian/emboss-explorer.purge
=====================================
@@ -0,0 +1 @@
+/var/lib/emboss-explorer/output/
=====================================
debian/libemboss-acd-perl.dirs
=====================================
@@ -1,2 +1,2 @@
-usr/share/perl5/EMBOSS/
usr/share/man/man3
+usr/share/perl5/EMBOSS/
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=4
-http://sf.net/embossgui/emboss-explorer-(.*)\.tar\.gz
+Version: 5
+
+Source: http://sf.net/embossgui/
+Matching-Pattern: emboss-explorer-(.*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/emboss-explorer/-/compare/c5d3b0c6644e630d7ba7d6af47278e4174da2a20...c583fa8db91f5099a73e72e02f1db7b76e79fbc1
--
View it on GitLab: https://salsa.debian.org/med-team/emboss-explorer/-/compare/c5d3b0c6644e630d7ba7d6af47278e4174da2a20...c583fa8db91f5099a73e72e02f1db7b76e79fbc1
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/20260512/0b436ce8/attachment-0001.htm>
More information about the debian-med-commit
mailing list