Debian release 2.6.2-1 UNRELEASED
This commit is contained in:
parent
18de36389b
commit
e75060ac30
2 changed files with 4 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
nut (2.6.2-1) unstable; urgency=low
|
nut (2.6.2-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* New upstream release (Closes: #594989)
|
* New upstream release (Closes: #594989)
|
||||||
* debian/control:
|
* debian/control:
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
DEB_AUTO_UPDATE_ACLOCAL := 1.11
|
||||||
|
DEB_AUTO_UPDATE_LIBTOOL := pre
|
||||||
|
include /usr/share/cdbs/1/rules/autoreconf.mk
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/autotools.mk
|
include /usr/share/cdbs/1/class/autotools.mk
|
||||||
include /usr/share/cdbs/1/class/python-module.mk
|
include /usr/share/cdbs/1/class/python-module.mk
|
||||||
|
|
Loading…
Reference in a new issue