diff options
-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 44a6401..4b1ea82 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) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 862115c..8898fa0 100644 --- a/debian/control +++ b/debian/control @@ -232,7 +232,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 |