[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1248: add Dwarf4 spec reference (bug 1819)

Mats Wichmann mats at linuxfoundation.org
Mon Jan 14 19:31:14 UTC 2013


------------------------------------------------------------
revno: 1248
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Mon 2013-01-14 12:31:14 -0700
message:
  add Dwarf4 spec reference (bug 1819)
modified:
  Standard.init
  Standard.sql
-------------- next part --------------
=== modified file 'Standard.init'
--- a/Standard.init	2012-12-31 18:51:02 +0000
+++ b/Standard.init	2013-01-14 19:31:14 +0000
@@ -170,3 +170,4 @@
 INSERT INTO `Standard` VALUES (176,'Gobject 2.32','Gobject 2.32 Reference Manual','http://developer.gnome.org/gobject/2.32','','Standard',1,'Gobject 2.32 Reference Manual','http://developer.gnome.org/gobject/2.32','Gobject','5.0',NULL);
 INSERT INTO `Standard` VALUES (177,'Libncursesw','Libncursesw API','http://invisible-island.net/ncurses/man/ncurses.3x.html','','Standard',1,'Libncursesw API','http://invisible-island.net/ncurses/man/','Libncursesw','5.0',NULL);
 INSERT INTO `Standard` VALUES (178,'ncursesw','Libncursesw Specification Placeholder','http://refspecs.linux-foundation.org/libncursesw/libncurses.html','','Standard',1,'Libncursesw Placeholder',NULL,'ncursesw','5.0',NULL);
+INSERT INTO `Standard` VALUES (179,'DWARF4','DWARF Debugging Information Format, Version 4 (June 10, 2010)','http://www.dwarfstd.org/doc/DWARF4.pdf','','Reference',1,'DWARF Debugging Information Format, Version 4',NULL,'DWARF4','5.0',NULL);

=== modified file 'Standard.sql'
--- a/Standard.sql	2012-12-28 14:39:05 +0000
+++ b/Standard.sql	2013-01-14 19:31:14 +0000
@@ -27,7 +27,7 @@
   UNIQUE KEY `Sname` (`Sname`),
   KEY `Stype` (`Stype`),
   KEY `Sshort` (`Sshort`)
-) ENGINE=MyISAM AUTO_INCREMENT=179 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;



More information about the lsb-messages mailing list