Browse Source
Merge pull request #585 from trapexit/debfix
fix building of deb pkg
pull/586/head
trapexit
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
Makefile
|
@ -190,11 +190,11 @@ else |
|
|
cp ChangeLog debian/changelog |
|
|
cp ChangeLog debian/changelog |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
signed-deb: debian-changelog |
|
|
signed-deb: distclean debian-changelog |
|
|
dpkg-buildpackage |
|
|
dpkg-buildpackage -nc |
|
|
|
|
|
|
|
|
deb: debian-changelog |
|
|
deb: distclean debian-changelog |
|
|
dpkg-buildpackage -uc -us |
|
|
dpkg-buildpackage -nc -uc -us |
|
|
|
|
|
|
|
|
rpm-clean: |
|
|
rpm-clean: |
|
|
$(RM) -rf rpmbuild |
|
|
$(RM) -rf rpmbuild |
|
|
xxxxxxxxxx