Skip to content

Commit

Permalink
build: Changed build system to pybuild
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Apr 11, 2024
1 parent 7008974 commit 22648ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions nipap-www/debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --with python3 --buildsystem=python_distutils


dh $@ --with python3 --buildsystem=pybuild
1 change: 0 additions & 1 deletion nipap-www/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
license=nipapwww.__license__,
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',
package_data={'nipapwww': ['i18n/*/LC_MESSAGES/*.mo']},
data_files=[
('/etc/nipap/www', ['nipap-www.wsgi', ]),
Expand Down
4 changes: 1 addition & 3 deletions nipap/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
# Tue, 18 Oct 2011 21:55:07 +0200

%:
dh $@ --with python3 --buildsystem=python_distutils


dh $@ --with python3 --buildsystem=pybuild
4 changes: 1 addition & 3 deletions whoisd/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
# Wed, 29 Feb 2012 09:03:22 +0100

%:
dh $@ --with python3 --buildsystem=python_distutils


dh $@ --with python3 --buildsystem=pybuild

0 comments on commit 22648ae

Please sign in to comment.