Refresh packaging resources

This commit is contained in:
M0Rf30 2021-04-25 11:10:39 +02:00
parent 977e4c3458
commit cafc743d41
7 changed files with 12 additions and 17 deletions

View File

@ -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

7
debian/changelog vendored
View File

@ -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 <builder@builder.com> Sun, 25 Apr 2021 16:11:00 +0100
-- builder <builder@wheezy-builder> Mon, 24 Mar 2014 16:05:35 +0100

2
debian/compat vendored
View File

@ -1 +1 @@
7
9

4
debian/control vendored
View File

@ -2,11 +2,11 @@ Source: android-udev-rules
Section: developer-tools
Priority: extra
Maintainer: Simon Sickle <simon@simonsickle.com>
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

1
debian/files vendored
View File

@ -1 +0,0 @@
android-udev-rules_0.0.1-1_amd64.deb developer-tools extra

7
debian/postinst vendored
View File

@ -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)"

View File

@ -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 <kode@denkule.no> - 0.0.1-1
- Created.
* Sun Apr 25 2021 Håkon Løvdal <kode@denkule.no> - 20210425-1
- Latest stable tag.