Browse Source

Import Debian version 5.09-1

Judit Foglszinger 12 years ago
parent
commit
2f59ad436a

+ 1 - 3
debian/control

@@ -4,8 +4,7 @@ Priority: standard
 Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
 Uploaders: Judit Foglszinger <fgrfgr@freenet.de>
 Build-Depends:
- debhelper (>= 8), autotools-dev, python (>= 2.6.6-3~),
- python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~),
+ debhelper (>= 8), autotools-dev, python, python-all-dev, python-all-dbg,
  zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://www.darwinsys.com/file/
@@ -26,7 +25,6 @@ Section: libs
 Priority: standard
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: file (<< 5.04-2)
 Suggests: file
 Description: File type determination library using "magic" numbers
  This library can be used to classify files according to magic number tests. It

debian/patches/03-doc-manapges.patch → debian/patches/03-doc-manpages.patch


+ 0 - 16
debian/patches/04-magic-add-lrf.patch

@@ -1,16 +0,0 @@
-Author: Adam Buchbinder <adam.buchbinder@gmail.com>
-Description:
-  Add support for BBeB ebooks. (Closes: #624585).
-
-diff -Naurp file.orig/magic/Magdir/archive file/magic/Magdir/archive
---- file.orig/magic/Magdir/archive	2011-04-29 16:19:02.498227463 -0400
-+++ file/magic/Magdir/archive	2011-04-29 16:24:11.062821428 -0400
-@@ -890,3 +890,8 @@
- # ZPAQ: http://mattmahoney.net/dc/zpaq.html
- 0	string	zPQ	ZPAQ stream
- >3	byte	x	\b, level %d
-+
-+# BBeB ebook, unencrypted (LRF format)
-+# URL: http://www.sven.de/librie/Librie/LrfFormat
-+# From: Adam Buchbinder <adam.buchbinder@gmail.com>
-+0	string	L\0R\0F\0\0\0	BBeB ebook data, unencrypted

+ 1 - 2
debian/patches/series

@@ -1,4 +1,3 @@
 01-file-localmagic.patch
 02-file-make.patch
-03-doc-manapges.patch
-04-magic-add-lrf.patch
+03-doc-manpages.patch