[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

freeze exception for fpc



I just uploaded a new fpc package to the repositry, there are no code changes but there are a couple of fixes to packaging issues that I'd like to see in the release.

1: When I added myself to uploaders I only added myself in control not in control.in with the result that my changes were blown away by the build process. 2: The lists of fpc "packages" in the descriptions of debian packages (there is more than one fpc "package" per debian package) had an error.

Debdiff is attatched.
diff -Nru fpc-2.6.0/debian/changelog fpc-2.6.0/debian/changelog
--- fpc-2.6.0/debian/changelog	2012-05-06 21:46:11.000000000 +0000
+++ fpc-2.6.0/debian/changelog	2012-07-06 20:25:42.000000000 +0000
@@ -1,3 +1,14 @@
+fpc (2.6.0-4) unstable; urgency=low
+
+  [ Peter Michael Green ]
+  * Add myself to uploaders in control.in as well as control so that the build
+    process doesn't blow my changes away
+  [ Abou Al Montacir ]
+  * Moved mention to openal from fp-units-gfx description to fp-untis-multimedia
+    description. (Closes: Bug#679138)
+
+ -- Peter Michael Green <plugwash@debian.org>  Fri, 06 Jul 2012 20:25:10 +0000
+
 fpc (2.6.0-3) unstable; urgency=low
   * Add myself to uploaders
   * Add support for armhf (Closes: Bug#666264)
@@ -21,7 +32,7 @@
       the upstream build/cleanup process.
     - Cleanup install-source-stamp
     - Cleanup various generated files in debian directory
-  * set CFG_FILE in postrm so that the rm command in purge actually 
+  * set CFG_FILE in postrm so that the rm command in purge actually
     removes the configuration file.
  -- Peter Michael Green <plugwash@debian.org>  Sat, 21 Apr 2012 13:13:00 +0100
 
diff -Nru fpc-2.6.0/debian/control fpc-2.6.0/debian/control
--- fpc-2.6.0/debian/control	2012-05-06 21:45:30.000000000 +0000
+++ fpc-2.6.0/debian/control	2012-07-06 18:10:42.000000000 +0000
@@ -308,7 +308,6 @@
   - libgd
   - libpng
   - graph
-  - openal
   - cairo
 
 Package: fp-units-net-2.6.0
@@ -396,6 +395,7 @@
   - dts
   - mad
   - modplug
+  - openal
 
 Package: fp-units-i386-2.6.0
 Architecture: i386
@@ -675,7 +675,6 @@
   - libgd
   - libpng
   - graph
-  - openal
   - cairo
 
 Package: fp-units-net
@@ -755,6 +754,7 @@
   - dts
   - mad
   - modplug
+  - openal
 
 Package: fp-units-i386
 Architecture: i386
diff -Nru fpc-2.6.0/debian/control.in fpc-2.6.0/debian/control.in
--- fpc-2.6.0/debian/control.in	2012-05-06 21:31:56.000000000 +0000
+++ fpc-2.6.0/debian/control.in	2012-07-06 18:05:15.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Carlos Laviola <claviola@debian.org>
-Uploaders: Torsten Werner <twerner@debian.org>, Abou Al Montacir <abou.almontacir@sfr.fr>
+Uploaders: Torsten Werner <twerner@debian.org>, Abou Al Montacir <abou.almontacir@sfr.fr>, Peter Michael Green <plugwash@debian.org>
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, libncurses-dev, binutils, ghostscript
@@ -308,7 +308,6 @@
   - libgd
   - libpng
   - graph
-  - openal
   - cairo
 
 Package: fp-units-net${PACKAGESUFFIX}
@@ -396,6 +395,7 @@
   - dts
   - mad
   - modplug
+  - openal
 
 Package: fp-units-i386${PACKAGESUFFIX}
 Architecture: i386
@@ -675,7 +675,6 @@
   - libgd
   - libpng
   - graph
-  - openal
   - cairo
 
 Package: fp-units-net
@@ -755,6 +754,7 @@
   - dts
   - mad
   - modplug
+  - openal
 
 Package: fp-units-i386
 Architecture: i386

Reply to: