Switch to dpkg-source format 3.0 (quilt).
- switch to dpkg-source format 3.0 (quilt); - drop build dependency on quilt; - drop quilt.make snippet include from debian/rules.
This commit is contained in:
parent
7fd9ec147f
commit
491878bef6
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -3,6 +3,9 @@ cmake (2.8.0~rc5-1) UNRELEASED; urgency=low
|
||||
* New upstream development release.
|
||||
- FindJNI.cmake does no longer get confused about multiple JVM installs
|
||||
(Closes: #553151).
|
||||
* Switch to dpkg-source format 3.0 (quilt):
|
||||
- drop build dependency on quilt;
|
||||
- drop quilt.make snippet include from debian/rules.
|
||||
|
||||
-- Modestas Vainius <modestas@vainius.eu> Fri, 06 Nov 2009 22:09:00 +0200
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
|
||||
Uploaders: Modestas Vainius <modestas@vainius.eu>
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 7), tcl8.4, quilt,
|
||||
Build-Depends: debhelper (>= 7), tcl8.4,
|
||||
libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0)
|
||||
Standards-Version: 3.8.3
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# The next line will cause Dart to be used if it is installed...
|
||||
#USE_DARTP:=$(shell if [ -d /usr/share/Dart ]; then echo true; fi )
|
||||
USE_DARTP:=
|
||||
@ -54,7 +52,7 @@ build-stamp: configure-stamp
|
||||
cd Build && $(MAKE) $(if $(USE_DARTP),Experimental && $(MAKE) ExperimentalSubmit)
|
||||
touch $@
|
||||
|
||||
clean: unpatch
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -rf build-stamp configure-stamp $(BUILD_FLAGS_FILE)
|
||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
Loading…
x
Reference in New Issue
Block a user