File tree 7 files changed +12
-17
lines changed
7 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ sudo ln -sf "$PWD"/51-android.rules /etc/udev/rules.d/51-android.rules
34
34
# Change file permissions
35
35
sudo chmod a+r /etc/udev/rules.d/51-android.rules
36
36
37
- # add the adbusers group if it's doesn't already exist
37
+ # Add the adbusers group if it's doesn't already exist
38
38
sudo cp android-udev.conf /usr/lib/sysusers.d/
39
39
sudo systemd-sysusers
40
40
Original file line number Diff line number Diff line change 1
- android-udev-rules (0.0.1 -1) stable; urgency=low
1
+ android-udev-rules (20210425 -1) stable; urgency=low
2
2
3
- * First build of a deb
3
+ * Latest stable tag.
4
+
5
+ -- Builder <builder@builder.com> Sun, 25 Apr 2021 16:11:00 +0100
4
6
5
- -- builder <builder@wheezy-builder> Mon, 24 Mar 2014 16:05:35 +0100
Original file line number Diff line number Diff line change 1
- 7
1
+ 9
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Source: android-udev-rules
2
2
Section: developer-tools
3
3
Priority: extra
4
4
Maintainer: Simon Sickle <simon@simonsickle.com>
5
- Build-Depends: debhelper (>= 8.0.0 )
5
+ Build-Depends: debhelper (>= 9 )
6
6
Standards-Version: 3.9.4
7
7
Vcs-Git: https://github.com/M0Rf30/android-udev-rules.git
8
8
9
9
Package: android-udev-rules
10
10
Architecture: any
11
- Depends : android-tools-adb, android-tools-fastboot
11
+ Suggests : android-tools-adb, android-tools-fastboot
12
12
Description: udev rules to get ADB working
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,9 +5,4 @@ chmod a+r /etc/udev/rules.d/51-android.rules
5
5
6
6
# Make sure adbusers is setup properly
7
7
groupadd adbusers
8
- usermod -a -G adbusers $( whoami)
9
-
10
- # Reload udev and reset adb
11
- udevadm control --reload-rules
12
- service udev restart
13
- adb kill-server
8
+ usermod -a -G adbusers " $( whoami) "
Original file line number Diff line number Diff line change 1
1
Name: android-udev-rules
2
- Version: 0.0.1
2
+ Version: 20210425
3
3
Release: 1%{?dist }
4
4
Summary: Udev rules to allow communication with Android devices
5
5
License: GPLv3+
@@ -35,6 +35,6 @@ rm -rf %{buildroot}
35
35
36
36
%changelog
37
37
38
- * Sun Dec 15 2019 Håkon Løvdal <kode@denkule.no> - 0.0.1 -1
39
- - Created .
38
+ * Sun Apr 25 2021 Håkon Løvdal <kode@denkule.no> - 20210425 -1
39
+ - Latest stable tag .
40
40
You can’t perform that action at this time.
0 commit comments