[xiph-cvs] cvs commit: positron/debian changelog rules
Jack Moffitt
jack at xiph.org
Thu Jun 19 12:52:47 PDT 2003
jack 03/06/19 15:52:47
Modified: . MANIFEST.in setup.py
debian changelog rules
Log:
More packaging crap.
Revision Changes Path
1.6 +1 -0 positron/MANIFEST.in
Index: MANIFEST.in
===================================================================
RCS file: /usr/local/cvsroot/positron/MANIFEST.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MANIFEST.in 28 May 2003 22:18:01 -0000 1.5
+++ MANIFEST.in 19 Jun 2003 19:52:47 -0000 1.6
@@ -1,6 +1,7 @@
include TODO
include COPYING
include ChangeLog
+include MANIFEST.in
graft scripts
graft setupext
graft doc
<p><p>1.13 +1 -1 positron/setup.py
Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/positron/setup.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- setup.py 19 Jun 2003 18:59:11 -0000 1.12
+++ setup.py 19 Jun 2003 19:52:47 -0000 1.13
@@ -26,7 +26,7 @@
manpagebase = 'share/man/man1'
docfiles = filter(isfile, glob('doc/*.html')) + \
filter(isfile, glob('doc/*.png')) + ['README', 'COPYING']
-manpages = filter(isfile, glob('doc/*.1.gz'))
+manpages = ['doc/positron.1.gz']
examfiles = filter(isfile, glob('doc/examples/*'))
setup(name="positron",
<p><p>1.4 +1 -1 positron/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/positron/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changelog 19 Jun 2003 19:08:43 -0000 1.3
+++ changelog 19 Jun 2003 19:52:47 -0000 1.4
@@ -1,4 +1,4 @@
-positron (1.0-1) unstable; urgency=low
+positron (1:1.0-1) unstable; urgency=low
* New Upstream Release.
<p><p>1.4 +1 -1 positron/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/positron/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rules 19 Jun 2003 19:11:09 -0000 1.3
+++ rules 19 Jun 2003 19:52:47 -0000 1.4
@@ -62,7 +62,7 @@
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
- dh_installman doc/positron.1
+ dh_installman doc/positron.1.gz
dh_compress
dh_fixperms
dh_python
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list