| changeset 328: |
de8e1c173131 |
| parent 327: | d745503b284a |
| child 329: | 0c513f850c8c |
| author: |
root@z2-81.pokersource.info |
| date: |
Sun Feb 07 13:51:40 2010 +0100 (4 weeks ago) |
| files: |
home/www/packaging-farm/packaging-farm/lib/debian/official-op.sh |
| description: |
remove duplicate fields because the Source file may have multiple entries for a single package |
--- a/home/www/packaging-farm/packaging-farm/lib/debian/official-op.sh Mon Jan 25 19:44:15 2010 +0100
+++ b/home/www/packaging-farm/packaging-farm/lib/debian/official-op.sh Sun Feb 07 13:51:40 2010 +0100
@@ -192,7 +192,7 @@
;;
field)
field="$4"
- $0 -d ${DISTRIBUTION} fields $2 $3 | sed -ne "s/^${field}[ ][ ]*//p"
+ $0 -d ${DISTRIBUTION} fields $2 $3 | sed -ne "s/^${field}[ ][ ]*//p" | head -1
;;
archive)
package="$2"