Your message dated Sun, 01 May 2011 18:40:23 +0000
with message-id <[email protected]>
and subject line Bug#624672: Removed package(s) from unstable
has caused the Debian Bug report #246115,
regarding sablotron: Sablotron is built without smjs support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
246115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246115
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sablotron
Version: 1.0-1
Severity: normal
Tags: patch

Content-Type: multipart/mixed; boundary="===============0794239870=="
MIME-Version: 1.0
From: Stefan Behnel <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: sablotron: Sablotron is built without smjs support
Bcc: Stefan Behnel <[email protected]>
X-Mailer: reportbug 2.58
Date: Tue, 27 Apr 2004 12:15:24 +0200

This is a multi-part MIME message sent by reportbug.

--===============0794239870==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: sablotron
Version: 1.0-1
Severity: normal
Tags: patch

Here is a patch that enables usage of the Spidermonkey JS engine which
is in Debian. Please apply.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages sablotron depends on:
ii  libsablot0c102                1.0-1      an XSL processor fully implemented

-- no debconf information

--===============0794239870==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

diff -ur sablotron-1.0.orig/debian/control sablotron-1.0/debian/control
--- sablotron-1.0.orig/debian/control   2004-04-27 12:13:40.000000000 +0200
+++ sablotron-1.0/debian/control        2004-04-27 12:02:54.000000000 +0200
@@ -1,7 +1,7 @@
 Source: sablotron
 Priority: optional
 Maintainer: Fernando Sanchez <[email protected]>
-Build-Depends: libexpat1-dev (>= 1.95.6), debhelper, libxml-parser-perl
+Build-Depends: libexpat1-dev (>= 1.95.6), libsmjs-dev, debhelper, 
libxml-parser-perl
 Standards-Version: 3.5.9.0
 
 Package: sablotron
diff -ur sablotron-1.0.orig/debian/rules sablotron-1.0/debian/rules
--- sablotron-1.0.orig/debian/rules     2004-04-27 12:13:40.000000000 +0200
+++ sablotron-1.0/debian/rules  2004-04-27 12:06:12.000000000 +0200
@@ -21,7 +21,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       CFLAGS="-O2 -lstdc++ -D_REENTRANT" CXXFLAGS="-lstdc++ -O2 -D_REENTRANT" 
./configure --prefix=/usr --mandir=/usr/share/man --enable-debugger 
--with-html-dir=/usr/share/doc/sablotron/html
+       SABLOT_JSLIB=smjs CPPFLAGS="-I/usr/include/smjs" CFLAGS="-O2 -lstdc++ 
-D_REENTRANT" CXXFLAGS="-lstdc++ -O2 -D_REENTRANT" ./configure --prefix=/usr 
--mandir=/usr/share/man --enable-debugger -enable-javascript 
--with-html-dir=/usr/share/doc/sablotron/html
 
        touch configure-stamp
 

--===============0794239870==--

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages sablotron depends on:
ii  libsablot0c102                1.0-1      an XSL processor fully implemented

-- no debconf information
diff -ur sablotron-1.0.orig/debian/control sablotron-1.0/debian/control
--- sablotron-1.0.orig/debian/control   2004-04-27 12:13:40.000000000 +0200
+++ sablotron-1.0/debian/control        2004-04-27 12:02:54.000000000 +0200
@@ -1,7 +1,7 @@
 Source: sablotron
 Priority: optional
 Maintainer: Fernando Sanchez <[email protected]>
-Build-Depends: libexpat1-dev (>= 1.95.6), debhelper, libxml-parser-perl
+Build-Depends: libexpat1-dev (>= 1.95.6), libsmjs-dev, debhelper, 
libxml-parser-perl
 Standards-Version: 3.5.9.0
 
 Package: sablotron
diff -ur sablotron-1.0.orig/debian/rules sablotron-1.0/debian/rules
--- sablotron-1.0.orig/debian/rules     2004-04-27 12:13:40.000000000 +0200
+++ sablotron-1.0/debian/rules  2004-04-27 12:06:12.000000000 +0200
@@ -21,7 +21,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       CFLAGS="-O2 -lstdc++ -D_REENTRANT" CXXFLAGS="-lstdc++ -O2 -D_REENTRANT" 
./configure --prefix=/usr --mandir=/usr/share/man --enable-debugger 
--with-html-dir=/usr/share/doc/sablotron/html
+       SABLOT_JSLIB=smjs CPPFLAGS="-I/usr/include/smjs" CFLAGS="-O2 -lstdc++ 
-D_REENTRANT" CXXFLAGS="-lstdc++ -O2 -D_REENTRANT" ./configure --prefix=/usr 
--mandir=/usr/share/man --enable-debugger -enable-javascript 
--with-html-dir=/usr/share/doc/sablotron/html
 
        touch configure-stamp
 

--- End Message ---
--- Begin Message ---
Version: 1.0.3-1.1+rm

Dear submitter,

as the package sablotron has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/624672

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to