diff --git a/packaging/build_deb.sh b/packaging/build_deb.sh index 54c6664e..a5f0bc63 100755 --- a/packaging/build_deb.sh +++ b/packaging/build_deb.sh @@ -59,5 +59,6 @@ debuild ${DEBUILD_ARGS:-$@} rm -rf "$DIST" mkdir -p "$DIST" -cp -a ../solaar_$VERSION* "$DIST" +cp -a -t "$DIST" ../solaar_$VERSION* +cp -a -t "$DIST" ../solaar-*_$VERSION* || true cd "$DIST" diff --git a/packaging/debian/control b/packaging/debian/control index 076e5f1b..2a350ec3 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -17,8 +17,18 @@ Depends: ${misc:Depends}, udev (>= 175), passwd | adduser, ${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4), ${DesktopIconTheme}, ${DistroDepends} Recommends: gir1.2-notify-0.7, ${DistroRecommends} -Suggests: gir1.2-gtk-3.0 (>= 3.6.4) Description: Logitech Unifying Receiver peripherals manager for Linux Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals. It is able to pair/unpair devices to the receiver, and for some devices read battery status. + +Package: solaar-gnome3 +Architecture: all +Depends: ${misc:Depends}, solaar (= ${source:Version}), + gnome-shell (>= 3.4), gir1.2-appindicator3-0.1 +Description: gnome-shell integration for Solaar + Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals. + It is able to pair/unpair devices to the receiver, and for some devices read + battery status. + . + This metapackage provides integration with gnome-shell.