Browse Source

* New upstream release:
- Support debugfs-exported debug info in sos-linux.
- Add pkg subdirectory for distro-specific packaging files.
- Only use one of the sysfs version files in aoe-version.
- Restore payload field in aoe-stat output.
- Handle missing sysfs files in aoe-stat.
- Update docs for 3.x kernels.
* Moved this package to 3.0 (quilt) format.
* Bumped DH compat to 9.
* debian/control:
- Depend on debhelper (>> 9), removed quilt.
- Bump Standards-Version to 3.9.5.
- Added mention in the Description that this can run on 3.x kernels.
- Added Vcs-* fields.

David Martínez Moreno 10 years ago
parent
commit
5c19154902
4 changed files with 26 additions and 4 deletions
  1. 19 0
      debian/changelog
  2. 1 1
      debian/compat
  3. 5 3
      debian/control
  4. 1 0
      debian/source/format

+ 19 - 0
debian/changelog

@@ -1,3 +1,22 @@
+aoetools (36-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - Support debugfs-exported debug info in sos-linux.
+    - Add pkg subdirectory for distro-specific packaging files.
+    - Only use one of the sysfs version files in aoe-version.
+    - Restore payload field in aoe-stat output.
+    - Handle missing sysfs files in aoe-stat.
+    - Update docs for 3.x kernels.
+  * Moved this package to 3.0 (quilt) format.
+  * Bumped DH compat to 9.
+  * debian/control:
+    - Depend on debhelper (>> 9), removed quilt.
+    - Bump Standards-Version to 3.9.5.
+    - Added mention in the Description that this can run on 3.x kernels.
+    - Added Vcs-* fields.
+
+ -- David Martínez Moreno <ender@debian.org>  Sun, 12 Jan 2014 15:05:34 -0800
+
 aoetools (32-1) unstable; urgency=low
 aoetools (32-1) unstable; urgency=low
 
 
   * New upstream release:
   * New upstream release:

+ 1 - 1
debian/compat

@@ -1 +1 @@
-5
+9

+ 5 - 3
debian/control

@@ -2,16 +2,18 @@ Source: aoetools
 Section: admin
 Section: admin
 Priority: optional
 Priority: optional
 Maintainer: David Martínez Moreno <ender@debian.org>
 Maintainer: David Martínez Moreno <ender@debian.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.9.5
 Homepage: http://aoetools.sf.net
 Homepage: http://aoetools.sf.net
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>> 9)
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/aoetools.git
+Vcs-Git: git://anonscm.debian.org/collab-maint/aoetools.git
 
 
 Package: aoetools
 Package: aoetools
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, lsb-base
 Depends: ${shlibs:Depends}, lsb-base
 Description: tools to assist in using ATA over Ethernet
 Description: tools to assist in using ATA over Ethernet
  The aoetools are programs that assist in using ATA over Ethernet.  These
  The aoetools are programs that assist in using ATA over Ethernet.  These
- tools are designed to work with the "aoe" driver for Linux 2.6 kernels;
+ tools are designed to work with the "aoe" driver for Linux 2.6+ kernels;
  in fact, this version recommends kernel 2.6.14 or later, as both support
  in fact, this version recommends kernel 2.6.14 or later, as both support
  up to 16 slots per shelf address.
  up to 16 slots per shelf address.
  .
  .

+ 1 - 0
debian/source/format

@@ -0,0 +1 @@
+3.0 (quilt)