Final commit before initial official Debian release.
authoromnic <omnic@xiph.org>
Fri, 30 Jun 2000 07:42:13 +0000 (07:42 +0000)
committeromnic <omnic@xiph.org>
Fri, 30 Jun 2000 07:42:13 +0000 (07:42 +0000)
override.Lintian - override file for xmms-vorbis explaining "shared library"
                   existence without -fPIC (plugin isnt a shlib)

others, various bug fixes, such as vorbize.1 not vorbise.1, and lintain
error cleanup

Michael.

svn path=/trunk/vorbis/; revision=511

debian/changelog
debian/copyright
debian/override.Lintian [new file with mode: 0644]
debian/rules
debian/xmms-vorbis.docs

index 3cb60cc..767c008 100644 (file)
@@ -1,6 +1,13 @@
+vorbis (1.0beta1-1) unstable; urgency=low
+
+  * First Beta, Ready for debian release.
+
+ -- Michael Beattie <mickyb@es.co.nz>  Fri, 30 Jun 2000 19:26:59 +1200
+
 vorbis (0.0-1) unstable; urgency=low
 
   * Initial Release.
+  * Initial package, not placed in archive.
 
  -- Michael Beattie <mickyb@es.co.nz>  Mon, 26 Jun 2000 18:59:56 +1200
 
index d02da05..a2463f8 100644 (file)
@@ -18,7 +18,8 @@ Copyright:
 
    You should have received a copy of the GNU General Public License
    along with this program;  if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139, USA.
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+   MA 02111-1307, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in /usr/doc/copyright/GPL'.
+Public License can be found in /usr/share/common-licenses/GPL'.
diff --git a/debian/override.Lintian b/debian/override.Lintian
new file mode 100644 (file)
index 0000000..5733a47
--- /dev/null
@@ -0,0 +1 @@
+xmms-vorbis: shlib-with-non-pic-code
index 36db899..6c4105c 100755 (executable)
@@ -119,7 +119,7 @@ vorbize: build
 #      dh_installmenu
        dh_installmanpages
 #      dh_installinfo
-       dh_undocumented vorbise.1
+       dh_undocumented vorbize.1
        dh_installchangelogs vorbis-tools/Changelog
        dh_strip
        dh_link
index f160f1d..76a44b6 100644 (file)
@@ -1 +1,2 @@
 xmms/README
+debian/override.Lintian