Browse Source

Maintenance of debian/* files

Upgrade to Standards-Version: 3.9.5, no changes
Christoph Biedl 10 years ago
parent
commit
ff7019f042
4 changed files with 67 additions and 49 deletions
  1. 37 28
      debian/control
  2. 3 1
      debian/copyright
  3. 14 9
      debian/file.bug-presubj
  4. 13 11
      debian/libmagic1.bug-presubj

+ 37 - 28
debian/control

@@ -2,32 +2,37 @@ Source: file
 Section: utils
 Priority: standard
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Build-Depends:
- debhelper (>= 9), autotools-dev, python-all-dev, python3-all-dev, zlib1g-dev
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+    autotools-dev,
+    python-all-dev,
+    python3-all-dev,
+    zlib1g-dev,
+Standards-Version: 3.9.5
 Homepage: http://www.darwinsys.com/file/
 
 Package: file
 Architecture: any
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}, libmagic1 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends},
+    libmagic1 (= ${binary:Version}),
 Description: Determines file type using "magic" numbers
- File tests each argument in an attempt to classify it. There are three sets of
- tests, performed in this order: filesystem tests, magic number tests, and
- language tests. The first test that succeeds causes the file type to be
- printed.
+ File tests each argument in an attempt to classify it. There are
+ three sets of tests, performed in this order: filesystem tests,
+ magic number tests, and language tests. The first test that
+ succeeds causes the file type to be printed.
 
 Package: file-dbg
 Section: debug
 Priority: extra
 Architecture: any
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}, libmagic1 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends},
+    libmagic1 (= ${binary:Version}),
 Description: Determines file type using "magic" numbers (debug)
- File tests each argument in an attempt to classify it. There are three sets of
- tests, performed in this order: filesystem tests, magic number tests, and
- language tests. The first test that succeeds causes the file type to be
- printed.
+ File tests each argument in an attempt to classify it. There are
+ three sets of tests, performed in this order: filesystem tests,
+ magic number tests, and language tests. The first test that
+ succeeds causes the file type to be printed.
  .
  This package contains the debugging symbols.
 
@@ -36,22 +41,25 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
 Suggests: file
 Description: File type determination library using "magic" numbers
- This library can be used to classify files according to magic number tests. It
- implements the core functionality of the file command.
+ This library can be used to classify files according to magic
+ number tests. It implements the core functionality of the file
+ command.
 
 Package: libmagic-dev
 Section: libdevel
 Priority: optional
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libmagic1 (= ${binary:Version})
+Depends: ${misc:Depends},
+    libmagic1 (= ${binary:Version}),
 Suggests: file
 Description: File type determination library using "magic" numbers (development)
- This library can be used to classify files according to magic number tests. It
- implements the core functionality of the file command.
+ This library can be used to classify files according to magic
+ number tests. It implements the core functionality of the file
+ command.
  .
  This package contains the development files.
 
@@ -59,13 +67,13 @@ Package: python-magic
 Section: python
 Priority: optional
 Architecture: any
-Depends:
- ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
- libmagic1 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
+    libmagic1 (= ${binary:Version}),
 Provides: ${python:Provides}
 Description: File type determination library using "magic" numbers (Python bindings)
- This library can be used to classify files according to magic number tests. It
- implements the core functionality of the file command.
+ This library can be used to classify files according to magic
+ number tests. It implements the core functionality of the file
+ command.
  .
  This package contains the Python bindings.
 
@@ -73,11 +81,12 @@ Package: python3-magic
 Section: python
 Priority: optional
 Architecture: all
-Depends:
- ${misc:Depends}, ${python3:Depends}, libmagic1 (>= ${binary:Version})
+Depends: ${misc:Depends}, ${python3:Depends},
+    libmagic1 (>= ${binary:Version}),
 Provides: ${python3:Provides}
 Description: File type determination library using "magic" numbers (Python 3 bindings)
- This library can be used to classify files according to magic number tests. It
- implements the core functionality of the file command.
+ This library can be used to classify files according to magic
+ number tests. It implements the core functionality of the file
+ command.
  .
  This package contains the Python 3 bindings.

+ 3 - 1
debian/copyright

@@ -9,7 +9,9 @@ Copyright: 1985-1995 Ian F. Darwin
 License: BSD
 
 Files: debian/*
-Copyright: 2007-2013 Daniel Baumann <mail@daniel-baumann.ch>
+Copyright:
+    2007-2013 Daniel Baumann <mail@daniel-baumann.ch>
+    2014 Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 License: BSD
 
 License: BSD

+ 14 - 9
debian/file.bug-presubj

@@ -1,11 +1,16 @@
-Please consider your severities.
+Reporting missing or buggy detection
 
-If you wish for a new filetype being recognized, this is a wishlist bug.
-Most bugs reported against the file package are in this category.
-If what file reports now is wildly wrong or misleading, a higher severity
-may be appropriate.
+* Wanted: Reproducers and file format description
 
-If file correctly reports the filetype, but you would like to receive
-additional information about the file (such as the resolution of an image),
-this is also wishlist. Please bear in mind that such requests will likely
-be ignored when they are not accompanied by a patch.
+It's crucial to understand any mis-detection and being able to test
+any fix, so please provide something suitable: Attach a short
+sample, or send an information where to find it. Double-check this
+file neither contains sensitive data nor infringes a copyright.
+
+Also welcome: Pointers to documents that describe the file format.
+
+* Suggested bug severities
+
+  - Missing detection (just 'data'), or enhancements: wishlist
+  - Mis-detection: normal
+  - Overall correct detection, but with some errors: minor

+ 13 - 11
debian/libmagic1.bug-presubj

@@ -1,14 +1,16 @@
-This bug will be filed against the package file. To avoid duplicate reports,
-please make sure you have checked the BTS on that package.
+Reporting missing or buggy detection
 
-Please consider your severities.
+* Wanted: Reproducers and file format description
 
-If you wish for a new filetype being recognized, this is a wishlist bug.
-Most bugs reported against the file package are in this category.
-If what file reports now is wildly wrong or misleading, a higher severity
-may be appropriate.
+It's crucial to understand any mis-detection and being able to test
+any fix, so please provide something suitable: Attach a short
+sample, or send an information where to find it. Double-check this
+file neither contains sensitive data nor infringes a copyright.
 
-If file correctly reports the filetype, but you would like to receive
-additional information about the file (such as the resolution of an image),
-this is also wishlist. Please bear in mind that such requests will likely
-be ignored when they are not accompanied by a patch.
+Also welcome: Pointers to documents that describe the file format.
+
+* Suggested bug severities
+
+  - Missing detection (just 'data'), or enhancements: wishlist
+  - Mis-detection: normal
+  - Overall correct detection, but with some errors: minor