diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 16:35:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 16:35:36 +0000 |
commit | b3d5a309e919b1d73483fb70b6954215de406fdd (patch) | |
tree | 1949fe97db46af3c6dac625fe5bef539b1b15cc0 | |
parent | Releasing progress-linux version 20211009-25~progress7.99u1. (diff) | |
download | bfh-metapackages-b3d5a309e919b1d73483fb70b6954215de406fdd.tar.xz bfh-metapackages-b3d5a309e919b1d73483fb70b6954215de406fdd.zip |
Merging debian version 20211009-26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 12cfdbb..c16e1ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +bfh-metapackages (20211009-26) sid; urgency=medium + + * Uploading to sid. + * Removing gnome-shell-extension-no-annoyance from bfh-gnome-desktop + depends (Closes: #1052556). + * Moving files to /usr (Closes: #1073728). + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 27 Jul 2024 00:39:11 +0200 + bfh-metapackages (20211009-25~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 47f940c..d8e0fbe 100644 --- a/debian/control +++ b/debian/control @@ -237,7 +237,6 @@ Depends: # gnome-shell-extensions gnome-shell-extension-bluetooth-quick-connect, gnome-shell-extension-impatience, - gnome-shell-extension-no-annoyance, # nautilus nautilus-admin, # network-manager diff --git a/debian/rules b/debian/rules index 7bb7904..5bdd72e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,3 +27,6 @@ execute_after_dh_auto_install: rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt rm -f debian/tmp/usr/share/doc/*/LICENSE.txt rm -f debian/tmp/usr/share/doc/*/VERSION.txt + +execute_after_dh_install: + if command -v dh_movetousr > /dev/null 2>&1; then dh_movetousr; fi |