Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Get rid of debian folder.
Browse files Browse the repository at this point in the history
Debian package can be generated using stdeb library if needed.

Change-Id: I8ab25272d37682fc48c1d759c6c689457a4381e8
  • Loading branch information
dmitriykovalev committed Jan 17, 2019
1 parent 8e8d9a8 commit 56c9731
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 143 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ all:
@echo "make test-vision-examples - Run vision example tests"
@echo "make test-vision - Run all vision tests"
@echo "make clean - Remove generated files"
@echo "make deb - Generate Debian package"

test-vision-images:
$(MAKE) -C src/tests/images
Expand Down Expand Up @@ -50,9 +49,6 @@ test-vision: test-vision-images
$(VISION_MODEL_TESTS) \
$(VISION_EXAMPLE_TESTS)

deb:
dpkg-buildpackage -b -rfakeroot -us -uc -tc

lint:
find src -iname "*.py" | grep -v pb2 | xargs $(PYTHON) -m pylint --rcfile .pylintrc

Expand Down
75 changes: 0 additions & 75 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

11 changes: 0 additions & 11 deletions debian/control

This file was deleted.

7 changes: 0 additions & 7 deletions debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/dirs

This file was deleted.

18 changes: 0 additions & 18 deletions debian/postinst

This file was deleted.

6 changes: 0 additions & 6 deletions debian/prerm

This file was deleted.

20 changes: 0 additions & 20 deletions debian/rules

This file was deleted.

2 changes: 2 additions & 0 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[DEFAULT]
Depends3: avahi-utils, libttspico-utils, aiy-voicebonnet-soundcard-dkms, aiy-vision-dkms, aiy-models, aiy-dkms, pwm-soft-dkms, leds-ktd202x-dkms

0 comments on commit 56c9731

Please sign in to comment.