diff --git a/README.md b/README.md index b76d1fc..e922746 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sudo ln -sf "$PWD"/51-android.rules /etc/udev/rules.d/51-android.rules # Change file permissions sudo chmod a+r /etc/udev/rules.d/51-android.rules -# add the adbusers group if it's doesn't already exist +# Add the adbusers group if it's doesn't already exist sudo cp android-udev.conf /usr/lib/sysusers.d/ sudo systemd-sysusers diff --git a/debian/changelog b/debian/changelog index 8741e8e..98f777e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -android-udev-rules (0.0.1-1) stable; urgency=low +android-udev-rules (20210425-1) stable; urgency=low - * First build of a deb + * Latest stable tag. + + -- Builder Sun, 25 Apr 2021 16:11:00 +0100 - -- builder Mon, 24 Mar 2014 16:05:35 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 23fdf35..08f50a8 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: android-udev-rules Section: developer-tools Priority: extra Maintainer: Simon Sickle -Build-Depends: debhelper (>= 8.0.0) +Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Git: https://github.com/M0Rf30/android-udev-rules.git Package: android-udev-rules Architecture: any -Depends: android-tools-adb, android-tools-fastboot +Suggests: android-tools-adb, android-tools-fastboot Description: udev rules to get ADB working diff --git a/debian/files b/debian/files deleted file mode 100644 index 606ae95..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -android-udev-rules_0.0.1-1_amd64.deb developer-tools extra diff --git a/debian/postinst b/debian/postinst index a540342..e272e09 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,9 +5,4 @@ chmod a+r /etc/udev/rules.d/51-android.rules # Make sure adbusers is setup properly groupadd adbusers -usermod -a -G adbusers $(whoami) - -# Reload udev and reset adb -udevadm control --reload-rules -service udev restart -adb kill-server +usermod -a -G adbusers "$(whoami)" diff --git a/rpm/android-udev-rules.spec b/rpm/android-udev-rules.spec index e6e97cb..80e80cb 100644 --- a/rpm/android-udev-rules.spec +++ b/rpm/android-udev-rules.spec @@ -1,5 +1,5 @@ Name: android-udev-rules -Version: 0.0.1 +Version: 20210425 Release: 1%{?dist} Summary: Udev rules to allow communication with Android devices License: GPLv3+ @@ -35,6 +35,6 @@ rm -rf %{buildroot} %changelog -* Sun Dec 15 2019 Håkon Løvdal - 0.0.1-1 -- Created. +* Sun Apr 25 2021 Håkon Løvdal - 20210425-1 +- Latest stable tag.