I reverted the source format change, and applied the patch directly instead. Please find the debdiff attached. Please CC me on replies, since I am not subscribed to the list. Thanks... -- أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
diff --git a/debian/changelog b/debian/changelog
index 4ea5f32..ebe0c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+drawtiming (0.7.1-3) unstable; urgency=low
+
+ * Revert source format change, and apply patch directly to diff.gz, in
+ order to get freeze exception for squeeze.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Tue, 14 Dec 2010 14:26:14 +0200
+
+drawtiming (0.7.1-2) unstable; urgency=low
+
+ * Switched to 3.0 (quilt) source format.
+ * Added InitializeMagick.diff patch to properly initialize
+ GraphicsMagick. (Closes: #599915) (LP: #636021). Credit to Galland
+ (https://launchpad.net/~victor-lopez)
+ * debian/gbp.conf: Added git-buildpackage config file
+ * debian/control:
+ + Added Vcs-Browser field.
+ + Added ${misc:Depends}
+ + Added myself to uploaders.
+ + Added DMUA after sponsors consent:
+ http://lists.alioth.debian.org/pipermail/pkg-electronics-devel/2010-April/001827.html
+ * Added Vcs-Browser field.
+ * Added ${misc:Depends}
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Mon, 13 Dec 2010 11:29:16 +0200
+
drawtiming (0.7.1-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 9ce836e..57eae8c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,18 @@ Source: drawtiming
Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
-Uploaders: Wesley J. Landaker <wjl@icecavern.net>, Hamish Moffatt <hamish@debian.org>
+Uploaders: Wesley J. Landaker <wjl@icecavern.net>, Hamish Moffatt <hamish@debian.org>,
+ أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Build-Depends: debhelper (>= 7), graphicsmagick-libmagick-dev-compat, pkg-config
Standards-Version: 3.8.1
+DM-Upload-Allowed: yes
Homepage: http://drawtiming.sourceforge.net/
Vcs-Git: git://git.debian.org/git/collab-maint/drawtiming.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/drawtiming.git
Package: drawtiming
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for documenting hardware designs through timing diagrams
Drawtiming is a command-line tool for documenting hardware designs through
timing diagrams. In inputs textual signal descriptions and outputs image
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..9460e5c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = pkg-debian
diff --git a/src/main.cc b/src/main.cc
index 43043c1..8069180 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -97,6 +97,9 @@ int main (int argc, char *argv[]) {
double scale = 1;
int flags = 0;
+#ifndef LITE
+ InitializeMagick(NULL);
+#endif /* ! LITE */
int k, c;
while ((c = getopt_long (argc, argv, "ac:f:hl:o:p:vVw:x:", opts, &k)) != -1)
switch (c) {
Attachment:
signature.asc
Description: Digital signature