mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Merge in changes to debian/ from editline_1.12-6.debian.tar.gz
This commit is contained in:
parent
be016e4866
commit
e8fc7788aa
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
editline (1.12-6) unstable; urgency=low
|
||||||
|
|
||||||
|
* Switch package format to 3.0 (quilt).
|
||||||
|
* 200_fix-truncation-at-64-char.diff: fix invalid 64-char truncation in
|
||||||
|
batch mode, courtesy of Mark O'Donohue. Thanks to Damyan Ivanov for
|
||||||
|
forwarding the patch from Ubuntu (Closes: #508640).
|
||||||
|
|
||||||
|
-- Sam Hocevar <sho@debian.org> Sun, 03 Jan 2010 15:45:34 +0100
|
||||||
|
|
||||||
editline (1.12-5) unstable; urgency=low
|
editline (1.12-5) unstable; urgency=low
|
||||||
|
|
||||||
* New maintainer (Closes: #229962).
|
* New maintainer (Closes: #229962).
|
||||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
4
|
5
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -1,14 +1,14 @@
|
|||||||
Source: editline
|
Source: editline
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 4.0), libtool
|
Build-Depends: debhelper (>= 5.0), libtool
|
||||||
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
|
Maintainer: Sam Hocevar <sho@debian.org>
|
||||||
Standards-Version: 3.6.1.0
|
Standards-Version: 3.8.3
|
||||||
|
|
||||||
Package: libeditline-dev
|
Package: libeditline-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: libeditline0 (= ${Source-Version})
|
Depends: libeditline0 (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: development files for libeditline
|
Description: development files for libeditline
|
||||||
This is a line-editing library. It can be linked into almost any program
|
This is a line-editing library. It can be linked into almost any program
|
||||||
to provide command-line editing and recall. It is call-compatible with a
|
to provide command-line editing and recall. It is call-compatible with a
|
||||||
@ -21,7 +21,7 @@ Description: development files for libeditline
|
|||||||
Package: libeditline0
|
Package: libeditline0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: line editing library similar to readline
|
Description: line editing library similar to readline
|
||||||
This is a line-editing library. It can be linked into almost any program
|
This is a line-editing library. It can be linked into almost any program
|
||||||
to provide command-line editing and recall. It is call-compatible with a
|
to provide command-line editing and recall. It is call-compatible with a
|
||||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -19,7 +19,7 @@ clean:
|
|||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
-$(MAKE) clean
|
[ ! -f Makefile ] || $(MAKE) clean
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
@ -34,21 +34,18 @@ install: build
|
|||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
|
|
||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
# dh_testversion
|
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
|
# build libeditline${major} package by moving files from editline-dev
|
||||||
# build libeditline${major} package by moving files from editline-dev
|
|
||||||
dh_movefiles --sourcedir=debian/libeditline-dev \
|
dh_movefiles --sourcedir=debian/libeditline-dev \
|
||||||
-plibeditline$(major) \
|
-plibeditline$(major) \
|
||||||
usr/lib/libeditline.so.$(major) \
|
usr/lib/libeditline.so.$(major) \
|
||||||
usr/lib/libeditline.so.$(version)
|
usr/lib/libeditline.so.$(version)
|
||||||
|
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples
|
dh_installexamples
|
||||||
dh_installmenu
|
dh_installmenu
|
||||||
dh_installmanpages
|
dh_installmanpages
|
||||||
rm -r debian/libeditline0/usr/share/man/
|
rm -rf debian/libeditline0/usr/share/man/
|
||||||
dh_installcron
|
dh_installcron
|
||||||
dh_installinfo
|
dh_installinfo
|
||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
|
Loading…
Reference in New Issue
Block a user