The unified diff between revisions [3e759d84..] and [48cdfd66..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [a9b7247f1e38aa950be84493988886ac63b50517]
# to [8b17b7a9fac09c3f9bcd39298334412943418c85]
#
# patch "debian/control"
# from [d3a2d3984efaadc3e6e4469a977368ee1134c544]
# to [87d61fc4fa49e4f6a34fe13359801d7a0f44d57e]
#
# patch "debian/rules"
# from [4c580dc5c6ee5f3d6bf5b71d2fe63e9a873b2c90]
# to [c46c13fba8f20e2abebfb275d39e92c295e674fd]
#
============================================================
--- debian/changelog a9b7247f1e38aa950be84493988886ac63b50517
+++ debian/changelog 8b17b7a9fac09c3f9bcd39298334412943418c85
@@ -7,12 +7,18 @@ libxmlada (3.2-5) unstable; urgency=low
(Architecture): add armel Closes: #568447.
* debian/rules: extract the aliversion and soversion from
debian/changelog.
+ * Add support for building architecture-dependent and
+ architecture-independent packages separately (i.e. dpkg-buildpackage
+ -A, -B).
+ debian/rules (binary): split into binary-arch and binary-indep.
+ debian/control (Build-Depend-Indep): new, move some dependencies
+ from Build-Depend.
[Nicolas Boulenguez]
* debian/rules (libxmlada$(ALIVERSION)-dev): Removed obsolete and empty
doc directory.
- -- Ludovic Brenta <lbrenta@debian.org> Wed, 16 Jun 2010 19:32:58 +0200
+ -- Ludovic Brenta <lbrenta@debian.org> Wed, 16 Jun 2010 20:51:18 +0200
libxmlada (3.2-4) unstable; urgency=medium
============================================================
--- debian/control d3a2d3984efaadc3e6e4469a977368ee1134c544
+++ debian/control 87d61fc4fa49e4f6a34fe13359801d7a0f44d57e
@@ -2,8 +2,9 @@ Maintainer: Ludovic Brenta <lbrenta@debi
Priority: optional
Section: libdevel
Maintainer: Ludovic Brenta <lbrenta@debian.org>
-Build-Depends: debhelper (>= 7), gnat, gnat-4.4 (>= 4.4.2-3), texinfo, quilt,
- texlive-generic-recommended, texlive-fonts-recommended, texlive-latex-base
+Build-Depends: debhelper (>= 7), gnat, gnat-4.4 (>= 4.4.2-3), quilt
+Build-Depends-Indep: texinfo, texlive-generic-recommended,
+ texlive-fonts-recommended, texlive-latex-base
Standards-Version: 3.8.4
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libxmlada
Vcs-Mtn: www.ada-france.org org.debian.libxmlada
============================================================
--- debian/rules 4c580dc5c6ee5f3d6bf5b71d2fe63e9a873b2c90
+++ debian/rules c46c13fba8f20e2abebfb275d39e92c295e674fd
@@ -33,9 +33,10 @@ file_to_spec := -e 's!.*/(.+)\.ads!\1!'
file_to_spec := -e 's!.*/(.+)\.ads!\1!' -e 's!-!.!g'
-build: checks patch build-stamp
+build-arch: checks patch build-stamp
+build-indep: patch doc
-build-stamp: libxmlada.a libxmlada.so.$(SOVERSION) doc xmlada-config
+build-stamp: libxmlada.a libxmlada.so.$(SOVERSION) xmlada-config
touch build-stamp
libxmlada.a:
@@ -76,7 +77,7 @@ clean: unpatch
dh_clean
-binary-indep: build libxmlada-doc
+binary-indep: build-indep libxmlada-doc
dh_installchangelogs -i
dh_compress -i -X.pdf
dh_fixperms -i
@@ -87,7 +88,7 @@ binary-indep: build libxmlada-doc
dh_builddeb -i
# Build architecture-dependent files here.
-binary-arch: build binary-checks libxmlada$(SOVERSION) libxmlada$(ALIVERSION)-dev
+binary-arch: build-arch binary-checks libxmlada$(SOVERSION) libxmlada$(ALIVERSION)-dev
dh_compress -a
dh_fixperms -a
dh_installdeb -a