From c515b8ec17e25eb312abbca22dd3f8ca7815716d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 24 May 2013 16:36:40 -0500 Subject: [PATCH 1/1] Update debian package --- debian/changelog | 22 +++++++++++----------- debian/control | 4 ++-- debian/copyright | 6 +++--- debian/wimlib-doc.docs | 1 - debian/wimlib7.install | 1 + doc/imagex-capture.1.in | 2 +- make-release | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 debian/wimlib7.install diff --git a/debian/changelog b/debian/changelog index ae75197e..a958b472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,68 +2,68 @@ wimlib (1.4.1-1) unstable; urgency=low * Update to v1.4.1 - -- Eric Biggers Mon, 20 May 2013 14:01:44 -0500 + -- Eric Biggers Mon, 20 May 2013 14:01:44 -0500 wimlib (1.4.0-1) unstable; urgency=low * Update to v1.4.0; moved wimlib-imagex and mkwinpeimg to "wimtools" package. - -- Eric Biggers Sun, 12 May 2013 22:59:55 -0500 + -- Eric Biggers Sun, 12 May 2013 22:59:55 -0500 wimlib (1.3.3-1) unstable; urgency=low * Update to v1.3.3 - -- Eric Biggers Mon, 08 Apr 2013 00:16:50 -0500 + -- Eric Biggers Mon, 08 Apr 2013 00:16:50 -0500 wimlib (1.3.2-1) unstable; urgency=low * Update to v1.3.2 - -- Eric Biggers Sat, 23 Mar 2013 20:00:14 -0500 + -- Eric Biggers Sat, 23 Mar 2013 20:00:14 -0500 wimlib (1.3.1-1) unstable; urgency=low * Update to v1.3.1 - -- Eric Biggers Fri, 22 Mar 2013 01:05:27 -0500 + -- Eric Biggers Fri, 22 Mar 2013 01:05:27 -0500 wimlib (1.3.0-1) unstable; urgency=low * Update to v1.3.0 - -- Eric Biggers Sun, 10 Mar 2013 18:46:29 -0700 + -- Eric Biggers Sun, 10 Mar 2013 18:46:29 -0700 wimlib (1.2.6-1) unstable; urgency=low * Update to v1.2.6 - -- Eric Biggers Tue, 05 Mar 2013 14:26:59 -0600 + -- Eric Biggers Tue, 05 Mar 2013 14:26:59 -0600 wimlib (1.2.5-1) unstable; urgency=low * Update to v1.2.5 - -- Eric Biggers Tue, 05 Feb 2013 20:26:47 -0600 + -- Eric Biggers Tue, 05 Feb 2013 20:26:47 -0600 wimlib (1.2.4-1) unstable; urgency=low * Update to v1.2.4 - -- Eric Biggers Tue, 29 Jan 2013 20:19:29 -0600 + -- Eric Biggers Tue, 29 Jan 2013 20:19:29 -0600 wimlib (1.2.3-1) unstable; urgency=low * Update to v1.2.3 - -- Eric Biggers Mon, 31 Dec 2012 14:33:36 -0600 + -- Eric Biggers Mon, 31 Dec 2012 14:33:36 -0600 wimlib (1.2.2-1) unstable; urgency=low * Update to v1.2.2 - -- Eric Biggers Fri, 21 Dec 2012 12:39:22 -0600 + -- Eric Biggers Fri, 21 Dec 2012 12:39:22 -0600 wimlib (1.2.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index b6921a00..6193389f 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Priority: optional Maintainer: Eric Biggers Build-Depends: debhelper (>= 8.9.7), autotools-dev, pkg-config, libfuse-dev, libxml2-dev, libssl-dev, - ntfs-3g-dev (>= 2011.4.12), attr-dev, bash, attr + ntfs-3g-dev (>= 2011.4.12), attr-dev, attr Build-Depends-Indep: doxygen -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Section: libs Homepage: http://sourceforge.net/projects/wimlib Vcs-Git: git://git.code.sf.net/p/wimlib/code diff --git a/debian/copyright b/debian/copyright index f44bd59c..d5274087 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,13 +9,13 @@ License: GPLv3+ the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + . You should have received a copy of the GNU General Public License along with this program. If not, see - + . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/wimlib-doc.docs b/debian/wimlib-doc.docs index b2ea5b5f..a6af8028 100644 --- a/debian/wimlib-doc.docs +++ b/debian/wimlib-doc.docs @@ -2,4 +2,3 @@ doc/html AUTHORS NEWS README -README.WINDOWS diff --git a/debian/wimlib7.install b/debian/wimlib7.install new file mode 100644 index 00000000..81613876 --- /dev/null +++ b/debian/wimlib7.install @@ -0,0 +1 @@ +usr/lib/libwim.so.* diff --git a/doc/imagex-capture.1.in b/doc/imagex-capture.1.in index 3685e8ee..c345bd66 100644 --- a/doc/imagex-capture.1.in +++ b/doc/imagex-capture.1.in @@ -193,7 +193,7 @@ For compatibility with Windows, the path separators in the globs may be either forward slashes or backslashes, and the line separators may be either UNIX-style or DOS-style. Globs with spaces in them must be quoted, and leading and trailing whitespace is not significant. Empty lines and lines beginning with -'#' or whitespace followed by '#' are ignored. +\'#' or whitespace followed by '#' are ignored. .IP "" Paths may not have drive letters in them, as they are all relative to the root of capture and not absolute external paths. diff --git a/make-release b/make-release index 5ff293ed..fad85cf5 100755 --- a/make-release +++ b/make-release @@ -32,7 +32,7 @@ wimlib ($newver-1) unstable; urgency=low\\ \\ * Update to v$newver\\ \\ - -- Eric Biggers $(date -R)\\ + -- Eric Biggers $(date -R)\\ " debian/changelog sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \ -- 2.43.0