-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.

Cheers

Luk

- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDXRtO5UTeB5t8Mo0RApanAKCZUgCCViMcx1GG6JupzEhM5ptnUwCglIkq
tOXT6k4g1uNQjxRdei/m754=
=1iof
-----END PGP SIGNATURE-----
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/changelog 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/changelog
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/changelog  2004-10-26 01:41:29.000000000 
+0200
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/changelog  2005-10-24 19:20:32.000000000 
+0200
@@ -1,3 +1,10 @@
+mas (0.6.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * C++ ABI transition (Closes: #287639). 
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Mon, 24 Oct 2005 19:19:37 +0200
+
 mas (0.6.2-2) unstable; urgency=low
 
   * ignore failures in chrpath (Closes: #277801)
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/control 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/control
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/control    2003-06-27 23:02:11.000000000 
+0200
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/control    2005-10-24 19:21:04.000000000 
+0200
@@ -8,7 +8,7 @@
 Package: libmas-dev
 Section: devel
 Architecture: any
-Depends: libmas0 (= ${Source-Version})
+Depends: libmas0c2 (= ${Source-Version})
 Description: Media Application Server development libraries
  MAS (Media Application Server) is a set of packages that provide a
  network and platform transparent mechanism for delivering media
@@ -25,9 +25,10 @@
  This package should be installed only if you intend to compile software
  that uses MAS.
 
-Package: libmas0
+Package: libmas0c2
 Section: libs
 Architecture: any
+Conflicts: libmas0
 Depends: ${shlibs:Depends}
 Description: Media Application Server runtime libraries
  MAS (Media Application Server) is a set of packages that provide a
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/libmas0c2.files 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/libmas0c2.files
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/libmas0c2.files    1970-01-01 
01:00:00.000000000 +0100
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/libmas0c2.files    2003-03-05 
23:20:20.000000000 +0100
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/libmas0.files 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/libmas0.files
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/libmas0.files      2003-03-05 
23:20:20.000000000 +0100
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/libmas0.files      1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/README.Debian 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/README.Debian
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/README.Debian      2003-03-07 
06:03:43.000000000 +0100
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/README.Debian      2005-10-24 
19:21:48.000000000 +0200
@@ -31,7 +31,7 @@
     either locally or remotely.  Since there are very few applications
     that communicate with MAS currently, you probably want this.
 
-  libmas0 - Libraries
+  libmas0c2 - Libraries
 
   libmas-dev - Development files
 
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/debian/rules 
/tmp/Ag61tQlNFo/mas-0.6.2/debian/rules
--- /tmp/wunajJ4T9X/mas-0.6.2/debian/rules      2004-10-26 01:40:40.000000000 
+0200
+++ /tmp/Ag61tQlNFo/mas-0.6.2/debian/rules      2005-10-24 19:22:11.000000000 
+0200
@@ -120,7 +120,7 @@
        dh_makeshlibs
        dh_installdeb
 #      dh_perl
-       dh_shlibdeps -ldebian/libmas0/usr/lib -L libmas0
+       dh_shlibdeps -ldebian/libmas0c2/usr/lib -L libmas0
        dh_gencontrol
        dh_md5sums
        dh_builddeb
diff -Nru /tmp/wunajJ4T9X/mas-0.6.2/src.orig/mas-0.6.2/jrtplib/rtprandom.cpp 
/tmp/Ag61tQlNFo/mas-0.6.2/src.orig/mas-0.6.2/jrtplib/rtprandom.cpp
--- /tmp/wunajJ4T9X/mas-0.6.2/src.orig/mas-0.6.2/jrtplib/rtprandom.cpp  
2003-06-30 04:11:02.000000000 +0200
+++ /tmp/Ag61tQlNFo/mas-0.6.2/src.orig/mas-0.6.2/jrtplib/rtprandom.cpp  
2005-10-24 19:23:31.000000000 +0200
@@ -67,7 +67,7 @@
 
 RTPuint32 RTPRandom::RandomUInt32()
 {
-       unsigned int seed;
+       unsigned long seed;
        unsigned char byte;
         struct timeval tv;
        RTPuint32 retval;
@@ -79,7 +79,7 @@
                 gettimeofday( &tv, 0 );
                seed = tv.tv_sec*1000000 + tv.tv_usec;
                seed += clock();
-               seed += (unsigned int)this;
+               seed += (unsigned long)this;
                srand(seed);
        }
        byte = RandomByte();

Reply via email to