| OLD | NEW |
| 1 Source: @@PACKAGE@@-@@CHANNEL@@ | 1 Source: @@PACKAGE@@-@@CHANNEL@@ |
| 2 Section: web | 2 Section: web |
| 3 Priority: optional | 3 Priority: optional |
| 4 Maintainer: @@MAINTNAME@@ <@@MAINTMAIL@@> | 4 Maintainer: @@MAINTNAME@@ <@@MAINTMAIL@@> |
| 5 Build-Depends: dpkg-dev, devscripts, fakeroot, lzma | 5 Build-Depends: dpkg-dev, devscripts, fakeroot, xz-utils |
| 6 Standards-Version: 3.8.0 | 6 Standards-Version: 3.8.0 |
| 7 | 7 |
| 8 Package: @@PACKAGE@@-@@CHANNEL@@ | 8 Package: @@PACKAGE@@-@@CHANNEL@@ |
| 9 Provides: @@PROVIDES@@ | 9 Provides: @@PROVIDES@@ |
| 10 Replaces: @@REPLACES@@ | 10 Replaces: @@REPLACES@@ |
| 11 Conflicts: @@CONFLICTS@@ | 11 Conflicts: @@CONFLICTS@@ |
| 12 Pre-Depends: @@PREDEPENDS@@ | 12 Pre-Depends: @@PREDEPENDS@@ |
| 13 Depends: @@DEPENDS@@ | 13 Depends: @@DEPENDS@@ |
| 14 Architecture: @@ARCHITECTURE@@ | 14 Architecture: @@ARCHITECTURE@@ |
| 15 Description: @@SHORTDESC@@ | 15 Description: @@SHORTDESC@@ |
| 16 @@FULLDESC@@ | 16 @@FULLDESC@@ |
| OLD | NEW |