mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 01:44:52 +01:00
Revert "debian: Generate version from debian/changelog"
This reverts commit 2b76283b52
.
Conflicts:
debian/rules
This commit is contained in:
parent
839b7f20f6
commit
fe9c60dba7
1 changed files with 0 additions and 5 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -1,13 +1,9 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version:\([^-]*\)/\1/p')
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh --with python2 $@
|
dh --with python2 $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
cp version debian/version.pre-build
|
|
||||||
echo $(VERSION) > version
|
|
||||||
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
|
@ -15,7 +11,6 @@ override_dh_auto_build:
|
||||||
dh_auto_build --sourcedirectory bindings/python
|
dh_auto_build --sourcedirectory bindings/python
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
-mv debian/version.pre-build version
|
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
dh_auto_clean --sourcedirectory bindings/python
|
dh_auto_clean --sourcedirectory bindings/python
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue