Re: debian packaging
[email protected] (Aaron M. Ucko)
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Apologies for taking so long to respond; I was busy with other things (including updating the Debian packages to 0.8.11, which I've just uploaded to the archive). "Roger Binns" <[email protected]> writes: > packaging/buildmodules.py Nice. This helps somewhat; however, it provides no way to get back to a pristine source tree (not *that* difficult, mind you, but a necessary step in producing the source package) and also completely ignores bmp2avi. It also doesn't install anything anywhere, though I suppose that's what makedist.py is theoretically for. > Ok. I do want to keep your seperate files as small as possible though > especially so they don't duplicate what should be in the BitPim source. Thanks. As far as that goes, buildmodules.py is definitely a step in the right direction. > I am definitely not the only copyright holder - I think you'll > find others have written more code than I have! Yeah, I accidentally left out the "and others" (though it was already present two lines down). > The xyaptu.py file is based on code that was under the BSD license > not the Python license. The recipe pages at the ASPN cookbook Thanks for clarifying that. > Is the file allowed to include pointers to licenses (ie URLS) or > do you have to include the whole body as well. I'd like to get to the It's legal (and encouraged) to cite the (L)GPL and the BSD license by reference to files under /usr/share/common-licenses, but everything else must be included verbatim. > point where you can lynx -dump the following pages: > > http://bitpim.org/help/licenseandwarranty.htm > http://bitpim.org/help/3rdparty.htm I'll still need a Debian-specific header, if nothing else. > I can break these up so the first page is strictly about the code > in BitPim (ie the stuff you list) and second is what you get if > you freeze things. That would make sense. > You can't just put bmp2avi there without also modifying the code > that looks for helper binaries. I have symlinks from /usr/share/bitpim/helpers: $ ls -l /usr/share/bitpim/helpers total 0 lrwxrwxrwx 1 root root 32 2006-04-08 17:33 bmp2avi.lbin -> ../../../lib/bitpim/bmp2avi.lbin* lrwxrwxrwx 1 root root 19 2006-04-08 17:33 ffmpeg.lbin -> ../../../bin/ffmpeg* lrwxrwxrwx 1 root root 21 2006-04-08 17:33 pngtopnm.lbin -> ../../../bin/pngtopnm* lrwxrwxrwx 1 root root 21 2006-04-08 17:33 pnmtopng.lbin -> ../../../bin/pnmtopng* lrwxrwxrwx 1 root root 21 2006-04-08 17:33 ppmquant.lbin -> ../../../bin/ppmquant* > Can you also include a directory listing for /usr/share? Do you I thought I did last time, but it appears to have been eaten. I'll tack on an inline copy this time around. > version the directory (eg /usr/share/bitpim-versionnumber) No, I see no reason to version any directories, as only one version of a given .deb can be installed at a time anyway. > You need to be very careful having Python bytecode that is available > across multiple machines. The format will change between versions > and can be different depending on if the host is 32 or 64 bit, > as well as endianess I believe. It will try to recompile to new > .pyc/.pyo files but fail because /usr/share is readonly to users. I was under the impression that the bytecode was machine-independent. Even if not, though, I'm fairly certain that Python will simply ignore incompatible or outdated bytecode files that it can't update. Moreover, the main distinction between /usr/share and /usr/lib from a Debian perspective is that use of the former signals that the contents are architecture-independent and therefore don't need to be packaged separately for every architecture. (The Python compiler runs at installation time rather than build time, so the status of its output files is largely a moot point.) Anyway, here's the file breakdown: bitpim_0.8.11.dfsg.1-1_all.deb ------------------------------ new debian package, version 2.0. size 3827454 bytes: control archive= 8645 bytes. 677 bytes, 16 lines control 20779 bytes, 273 lines md5sums 649 bytes, 19 lines * postinst #!/bin/sh 160 bytes, 5 lines * postrm #!/bin/sh 103 bytes, 9 lines * prerm #!/bin/sh Package: bitpim Version: 0.8.11.dfsg.1-1 Section: comm Priority: extra Architecture: all Depends: python (>= 2.3), python (<< 2.4), bitpim-lib, python-apsw, python-dsv, python-serial, python-wxgtk2.6 Recommends: netpbm Suggests: bitfling, ffmpeg Conflicts: bitfling (<< 0.8.11) Installed-Size: 10859 Maintainer: Aaron M. Ucko <[email protected]> Description: utility to communicate with many CDMA phones BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. drwxr-xr-x root/root 0 2006-04-08 21:40:59 ./ drwxr-xr-x root/root 0 2006-04-08 21:40:59 ./usr/ drwxr-xr-x root/root 0 2006-04-08 21:40:59 ./usr/bin/ -rwxr-xr-x root/root 69 2006-04-08 21:40:57 ./usr/bin/bitpim drwxr-xr-x root/root 0 2006-04-08 21:40:58 ./usr/share/ drwxr-xr-x root/root 0 2006-04-08 21:40:58 ./usr/share/doc/ drwxr-xr-x root/root 0 2006-04-08 21:41:04 ./usr/share/doc/bitpim/ -rw-r--r-- root/root 1840 2006-03-17 23:17:09 ./usr/share/doc/bitpim/README.Debian -rw-r--r-- root/root 9388 2006-04-08 21:31:59 ./usr/share/doc/bitpim/copyright -rw-r--r-- root/root 21154 2006-04-08 21:40:57 ./usr/share/doc/bitpim/changelog.gz -rw-r--r-- root/root 1129 2006-04-08 21:39:03 ./usr/share/doc/bitpim/changelog.Debian.gz drwxr-xr-x root/root 0 2006-04-08 21:40:58 ./usr/share/man/ drwxr-xr-x root/root 0 2006-04-08 21:41:04 ./usr/share/man/man1/ -rw-r--r-- root/root 620 2006-02-22 17:41:14 ./usr/share/man/man1/bitpim.1.gz drwxr-xr-x root/root 0 2006-04-08 21:40:58 ./usr/share/menu/ -rw-r--r-- root/root 108 2006-02-22 17:41:14 ./usr/share/menu/bitpim drwxr-xr-x root/root 0 2006-04-08 21:41:00 ./usr/share/bitpim/ drwxr-xr-x root/root 0 2006-04-08 21:41:00 ./usr/share/bitpim/code/ -rw-r--r-- root/root 2474 2006-04-08 21:40:57 ./usr/share/bitpim/code/phone_media_codec.py -rw-r--r-- root/root 23023 2006-04-08 21:40:57 ./usr/share/bitpim/code/csv_calendar.py -rw-r--r-- root/root 35501 2006-04-08 21:40:57 ./usr/share/bitpim/code/vcard.py -rw-r--r-- root/root 1459 2006-04-08 21:40:57 ./usr/share/bitpim/code/phonenumber.py -rwxr-xr-x root/root 7898 2006-04-08 21:40:57 ./usr/share/bitpim/code/brewcompressedimage.py -rw-r--r-- root/root 10782 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitflingscan.py -rw-r--r-- root/root 22597 2006-04-08 21:40:57 ./usr/share/bitpim/code/call_history.py -rwxr-xr-x root/root 2701 2006-04-08 21:40:57 ./usr/share/bitpim/code/bp.py -rw-r--r-- root/root 22405 2006-04-08 21:40:57 ./usr/share/bitpim/code/vcal_calendar.py -rw-r--r-- root/root 98974 2006-04-08 21:40:57 ./usr/share/bitpim/code/importexport.py -rwxr-xr-x root/root 13395 2006-04-08 21:40:57 ./usr/share/bitpim/code/usb_ids.py -rw-r--r-- root/root 9634 2006-04-08 21:40:57 ./usr/share/bitpim/code/data_recording.py -rw-r--r-- root/root 38219 2006-04-08 21:40:57 ./usr/share/bitpim/code/filesystem.py -rw-r--r-- root/root 22652 2006-04-08 21:40:57 ./usr/share/bitpim/code/common.py -rw-r--r-- root/root 4665 2006-04-08 21:40:57 ./usr/share/bitpim/code/field_color.py -rw-r--r-- root/root 11664 2006-04-08 21:40:57 ./usr/share/bitpim/code/guihelper.py -rw-r--r-- root/root 5204 2006-04-08 21:40:57 ./usr/share/bitpim/code/widgets.py -rwxr-xr-x root/root 12023 2006-04-08 21:40:57 ./usr/share/bitpim/code/comdiagnose.py -rw-r--r-- root/root 65272 2006-04-08 21:40:57 ./usr/share/bitpim/code/guiwidgets.py -rw-r--r-- root/root 7523 2006-04-08 21:40:57 ./usr/share/bitpim/code/rangedslider.py -rw-r--r-- root/root 7313 2006-04-08 21:40:57 ./usr/share/bitpim/code/midifile.py -rw-r--r-- root/root 2157 2006-04-08 21:40:57 ./usr/share/bitpim/code/helpids.py -rw-r--r-- root/root 5287 2006-04-08 21:40:57 ./usr/share/bitpim/code/bptime.py -rw-r--r-- root/root 12275 2006-04-08 21:40:57 ./usr/share/bitpim/code/setphone_wizard.py -rw-r--r-- root/root 39782 2006-04-08 21:40:57 ./usr/share/bitpim/code/database.py -rw-r--r-- root/root 17340 2006-04-08 21:40:57 ./usr/share/bitpim/code/memo.py -rw-r--r-- root/root 26139 2006-04-08 21:40:57 ./usr/share/bitpim/code/aggregatedisplay.py -rw-r--r-- root/root 16619 2006-04-08 21:40:57 ./usr/share/bitpim/code/commport.py -rw-r--r-- root/root 44229 2006-04-08 21:40:57 ./usr/share/bitpim/code/calendarentryeditor.py -rw-r--r-- root/root 4699 2006-04-08 21:40:57 ./usr/share/bitpim/code/fixedscrolledpanel.py -rw-r--r-- root/root 3628 2006-04-08 21:40:57 ./usr/share/bitpim/code/developer.py -rw-r--r-- root/root 11787 2006-04-08 21:40:57 ./usr/share/bitpim/code/prototypeslg.py -rw-r--r-- root/root 5177 2006-04-08 21:40:57 ./usr/share/bitpim/code/outlook_tasks.py -rw-r--r-- root/root 48326 2006-04-08 21:40:57 ./usr/share/bitpim/code/prototypes.py -rw-r--r-- root/root 26373 2006-04-08 21:40:57 ./usr/share/bitpim/code/todo.py -rw-r--r-- root/root 79939 2006-04-08 21:40:57 ./usr/share/bitpim/code/gui.py -rw-r--r-- root/root 22535 2006-04-08 21:40:57 ./usr/share/bitpim/code/sms_tab.py -rw-r--r-- root/root 25158 2006-04-08 21:40:57 ./usr/share/bitpim/code/fileview.py -rwxr-xr-x root/root 33436 2006-04-08 21:40:57 ./usr/share/bitpim/code/calendarcontrol.py -rw-r--r-- root/root 24861 2006-04-08 21:40:57 ./usr/share/bitpim/code/outlook_calendar.py -rw-r--r-- root/root 11040 2006-04-08 21:40:57 ./usr/share/bitpim/code/xyaptu.py -rw-r--r-- root/root 56965 2006-04-08 21:40:57 ./usr/share/bitpim/code/phonebookentryeditor.py drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/ drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/egroupware/ -rw-r--r-- root/root 7719 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/egroupware/egroupware.py -rw-r--r-- root/root 43 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/egroupware/__init__.py -rw-r--r-- root/root 3826 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/strings.py -rw-r--r-- root/root 80 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/__init__.py drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/evolution/ -rw-r--r-- root/root 8483 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/evolution/evolution.py -rw-r--r-- root/root 42 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/evolution/__init__.py drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/qtopiadesktop/ -rw-r--r-- root/root 3657 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/qtopiadesktop/qtopiadesktop.py -rw-r--r-- root/root 46 2006-04-08 21:40:57 ./usr/share/bitpim/code/native/qtopiadesktop/__init__.py -rw-r--r-- root/root 13007 2006-04-08 21:40:57 ./usr/share/bitpim/code/today.py -rwxr-xr-x root/root 12272 2006-04-08 21:40:57 ./usr/share/bitpim/code/analyser.py drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/ -rw-r--r-- root/root 70727 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx8000.py -rw-r--r-- root/root 132155 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx8100.py -rw-r--r-- root/root 167398 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgg4015.py -rw-r--r-- root/root 2048 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo2300.py -rw-r--r-- root/root 96250 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsung_packet.py -rw-r--r-- root/root 21181 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungscha310.py -rw-r--r-- root/root 25367 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx9800.py -rw-r--r-- root/root 37664 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungscha650.py -rw-r--r-- root/root 45349 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungscha670.py -rw-r--r-- root/root 58492 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo.py -rw-r--r-- root/root 21906 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungsphn200.py -rw-r--r-- root/root 25237 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx3200.py -rw-r--r-- root/root 58728 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungsphn400.py -rw-r--r-- root/root 541 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo4900.py -rw-r--r-- root/root 579 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo4920.py -rw-r--r-- root/root 132684 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo4930.py -rw-r--r-- root/root 105941 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_toshibavm4050.py -rw-r--r-- root/root 39340 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgtm520.py -rw-r--r-- root/root 194419 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx9800.py -rw-r--r-- root/root 478 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo5300.py -rw-r--r-- root/root 53348 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgpm225.py -rw-r--r-- root/root 40267 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha460.py -rw-r--r-- root/root 580 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo5400.py -rw-r--r-- root/root 52958 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgpm325.py -rw-r--r-- root/root 63195 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo8100_bell.py -rw-r--r-- root/root 571 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo5500.py -rw-r--r-- root/root 93266 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha620.py -rw-r--r-- root/root 457 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha660.py -rw-r--r-- root/root 524 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha680.py -rw-r--r-- root/root 155580 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx3200.py -rw-r--r-- root/root 497 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha740.py -rw-r--r-- root/root 61462 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx4400.py -rw-r--r-- root/root 497 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungspha840.py -rw-r--r-- root/root 5731 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx4500.py -rw-r--r-- root/root 10529 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_phone.py -rw-r--r-- root/root 34465 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsung_packet.py -rw-r--r-- root/root 4208 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx4600.py -rw-r--r-- root/root 167960 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgc2000.py -rw-r--r-- root/root 15463 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx4650.py -rw-r--r-- root/root 5610 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvi5225.py -rw-r--r-- root/root 1737 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo4900.py -rw-r--r-- root/root 2196 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo4920.py -rw-r--r-- root/root 2143 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo4930.py -rw-r--r-- root/root 12113 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungsphn200.py -rw-r--r-- root/root 4829 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx5200.py -rw-r--r-- root/root 8694 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungsphn400.py -rw-r--r-- root/root 1717 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo5300.py -rw-r--r-- root/root 31875 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgg4015.py -rw-r--r-- root/root 229149 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_brew.py -rw-r--r-- root/root 1246 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo5400.py -rw-r--r-- root/root 160859 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx4400.py -rw-r--r-- root/root 1754 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo5500.py -rw-r--r-- root/root 155127 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx4500.py -rw-r--r-- root/root 41938 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx4600.py -rw-r--r-- root/root 185764 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx4650.py -rw-r--r-- root/root 266853 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyonewer.py -rw-r--r-- root/root 541 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo7200.py -rw-r--r-- root/root 45076 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvi5225.py -rw-r--r-- root/root 23848 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lglg6190.py -rw-r--r-- root/root 5915 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lglg6200.py -rw-r--r-- root/root 6077 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx6000.py -rw-r--r-- root/root 580 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo7300.py -rw-r--r-- root/root 3328 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha460.py -rw-r--r-- root/root 7678 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx6100.py -rw-r--r-- root/root 107150 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo7400.py -rw-r--r-- root/root 2309 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo8100_bell.py -rw-r--r-- root/root 17672 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha620.py -rw-r--r-- root/root 1564 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha660.py -rw-r--r-- root/root 1817 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha680.py -rw-r--r-- root/root 86601 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx5200.py -rw-r--r-- root/root 1779 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha740.py -rw-r--r-- root/root 72108 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_audiovoxcdm8900.py -rw-r--r-- root/root 1779 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsungspha840.py -rw-r--r-- root/root 38983 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_samsung.py -rw-r--r-- root/root 45268 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo8100.py -rw-r--r-- root/root 87790 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyomedia.py -rw-r--r-- root/root 6291 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lglx5450.py -rw-r--r-- root/root 571 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo8200.py -rw-r--r-- root/root 25111 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgtm520.py -rw-r--r-- root/root 3065 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyonewer.py -rw-r--r-- root/root 4306 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx7000.py -rw-r--r-- root/root 97560 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo8300.py -rw-r--r-- root/root 165763 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lglg6190.py -rw-r--r-- root/root 92724 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lglg6200.py -rw-r--r-- root/root 125241 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx6000.py -rw-r--r-- root/root 74208 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lg.py -rw-r--r-- root/root 155648 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx6100.py -rw-r--r-- root/root 1508 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo7200.py -rw-r--r-- root/root 25649 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sk6100.py -rw-r--r-- root/root 1318 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo7300.py -rw-r--r-- root/root 2521 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo7400.py -rw-r--r-- root/root 17319 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_audiovoxcdm8900.py -rw-r--r-- root/root 8040 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgc2000.py -rw-r--r-- root/root 3624 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_gsm.py -rw-r--r-- root/root 747 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_othercdma.py -rw-r--r-- root/root 57078 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungscha650.py -rw-r--r-- root/root 20920 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_samsungscha670.py -rw-r--r-- root/root 22331 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_toshibavm4050.py -rw-r--r-- root/root 175401 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgpm225.py -rw-r--r-- root/root 579 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo2300.py -rw-r--r-- root/root 188326 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgpm325.py -rw-r--r-- root/root 4202 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx8000.py -rw-r--r-- root/root 125910 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lglx5450.py -rw-r--r-- root/root 10344 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyomedia.py -rw-r--r-- root/root 33637 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lgvx8100.py -rw-r--r-- root/root 169792 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_lgvx7000.py -rw-r--r-- root/root 2526 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo8100.py -rw-r--r-- root/root 10644 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/__init__.py -rw-r--r-- root/root 2030 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo8200.py -rw-r--r-- root/root 4371 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sanyo8300.py -rw-r--r-- root/root 22327 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_gsm.py -rw-r--r-- root/root 49909 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_brew.py -rw-r--r-- root/root 3421 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_sk6100.py -rw-r--r-- root/root 47547 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/com_lg.py -rw-r--r-- root/root 376826 2006-04-08 21:40:57 ./usr/share/bitpim/code/phones/p_sanyo.py -rwxr-xr-x root/root 19128 2006-04-08 21:40:57 ./usr/share/bitpim/code/comscan.py -rw-r--r-- root/root 9992 2006-04-08 21:40:57 ./usr/share/bitpim/code/phone_detect.py -rw-r--r-- root/root 5680 2006-04-08 21:40:57 ./usr/share/bitpim/code/phoneinfo.py -rw-r--r-- root/root 12421 2006-04-08 21:40:57 ./usr/share/bitpim/code/sms.py -rw-r--r-- root/root 18419 2006-04-08 21:40:57 ./usr/share/bitpim/code/bphtml.py -rw-r--r-- root/root 116767 2006-04-08 21:40:57 ./usr/share/bitpim/code/phonebook.py -rw-r--r-- root/root 6246 2006-04-08 21:40:57 ./usr/share/bitpim/code/sms_imexport.py -rw-r--r-- root/root 4241 2006-04-08 21:40:57 ./usr/share/bitpim/code/nameparser.py -rw-r--r-- root/root 53664 2006-04-08 21:40:57 ./usr/share/bitpim/code/bpcalendar.py -rw-r--r-- root/root 28290 2006-04-08 21:40:57 ./usr/share/bitpim/code/fileinfo.py -rw-r--r-- root/root 10146 2006-04-08 21:40:57 ./usr/share/bitpim/code/update.py -rw-r--r-- root/root 18824 2006-04-08 21:40:57 ./usr/share/bitpim/code/conversions.py -rw-r--r-- root/root 17811 2006-04-08 21:40:57 ./usr/share/bitpim/code/auto_sync.py -rwxr-xr-x root/root 48306 2006-04-08 21:40:57 ./usr/share/bitpim/code/hexeditor.py -rw-r--r-- root/root 23941 2006-04-08 21:40:57 ./usr/share/bitpim/code/protogen.py -rw-r--r-- root/root 2922 2006-04-08 21:40:57 ./usr/share/bitpim/code/pubsub.py -rw-r--r-- root/root 10936 2006-04-08 21:40:57 ./usr/share/bitpim/code/package.py -rw-r--r-- root/root 11011 2006-04-08 21:40:57 ./usr/share/bitpim/code/outlook_notes.py -rw-r--r-- root/root 15420 2006-04-08 21:40:57 ./usr/share/bitpim/code/playlist.py -rw-r--r-- root/root 9565 2006-04-08 21:40:57 ./usr/share/bitpim/code/fixedwxpTag.py -rw-r--r-- root/root 26873 2006-04-08 21:40:57 ./usr/share/bitpim/code/common_calendar.py -rw-r--r-- root/root 15531 2006-04-08 21:40:57 ./usr/share/bitpim/code/phone_root.py -rw-r--r-- root/root 29503 2006-04-08 21:40:57 ./usr/share/bitpim/code/ringers.py -rw-r--r-- root/root 4268 2006-04-08 21:40:57 ./usr/share/bitpim/code/version.py -rw-r--r-- root/root 43095 2006-04-08 21:40:57 ./usr/share/bitpim/code/wallpaper.py -rw-r--r-- root/root 4769 2006-04-08 21:40:57 ./usr/share/bitpim/code/call_history_export.py -rw-r--r-- root/root 4676 2006-04-08 21:40:57 ./usr/share/bitpim/code/usbscan.py drwxr-xr-x root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/ drwxr-xr-x root/root 0 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ -rw-r--r-- root/root 1133 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_todo.png -rw-r--r-- root/root 1256 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_wallpaper.png -rw-r--r-- root/root 1378 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_sms.png -rw-r--r-- root/root 1359 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_sms.png -rw-r--r-- root/root 1011 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_call_history.png -rw-r--r-- root/root 1205 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_picture.png -rw-r--r-- root/root 1384 2006-04-08 21:40:57 ./usr/share/bitpim/resources/datagetphone.png -rw-r--r-- root/root 557 2006-04-08 21:40:57 ./usr/share/bitpim/resources/phone_root.png -rw-r--r-- root/root 2202 2006-04-08 21:40:57 ./usr/share/bitpim/resources/zerolen.wav -rw-r--r-- root/root 1328 2006-04-08 21:40:57 ./usr/share/bitpim/resources/datasendphone.png -rw-r--r-- root/root 290 2006-04-08 21:40:57 ./usr/share/bitpim/resources/data_history.png -rw-r--r-- root/root 3621 2006-04-08 21:40:57 ./usr/share/bitpim/resources/styles.xy -rw-r--r-- root/root 1130 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_contact.png -rw-r--r-- root/root 507 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_file.png -rw-r--r-- root/root 630 2006-04-08 21:40:57 ./usr/share/bitpim/resources/arrow_right.png -rw-r--r-- root/root 3833 2006-04-08 21:40:57 ./usr/share/bitpim/resources/pblayout.xy -rw-r--r-- root/root 456 2006-04-08 21:40:57 ./usr/share/bitpim/resources/mozilla.pdc -rw-r--r-- root/root 523 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_log.png -rw-r--r-- root/root 1225 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_ringer.png -rw-r--r-- root/root 1335 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_memo.png -rw-r--r-- root/root 1233 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_sms.png -rw-r--r-- root/root 23 2006-04-08 21:40:57 ./usr/share/bitpim/resources/pbps-colourful.xy -rw-r--r-- root/root 1158 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_contact.png -rw-r--r-- root/root 1054 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_calendar.png -rw-r--r-- root/root 713 2006-04-08 21:40:57 ./usr/share/bitpim/resources/arrow_down.png -rw-r--r-- root/root 241 2006-04-08 21:40:57 ./usr/share/bitpim/resources/palm.pdc -rw-r--r-- root/root 1203 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_ringer.png -rw-r--r-- root/root 956 2006-04-08 21:40:57 ./usr/share/bitpim/resources/bitfling.png -rw-r--r-- root/root 806 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ranged-slider-start.png -rw-r--r-- root/root 888 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_message.png -rw-r--r-- root/root 744 2006-04-08 21:40:57 ./usr/share/bitpim/resources/usb_needdriver.ids -rw-r--r-- root/root 104 2006-04-08 21:40:57 ./usr/share/bitpim/resources/pbps-ledger.xy -rw-r--r-- root/root 960 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_root.png -rw-r--r-- root/root 4507 2006-04-08 21:40:57 ./usr/share/bitpim/resources/wallpaper.png -rw-r--r-- root/root 648 2006-04-08 21:40:57 ./usr/share/bitpim/resources/arrow_left.png -rw-r--r-- root/root 1314 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_memo.png -rw-r--r-- root/root 12026 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ringtone-watermark.png -rw-r--r-- root/root 810 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_todo.png -rw-r--r-- root/root 563 2006-04-08 21:40:57 ./usr/share/bitpim/resources/pbpl-view.xy -rw-r--r-- root/root 270 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ranged-slider-current.png -rw-r--r-- root/root 776 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_ringers.png -rw-r--r-- root/root 2216 2006-04-08 21:40:57 ./usr/share/bitpim/resources/editsettings.png -rw-r--r-- root/root 952 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_today.png -rw-r--r-- root/root 1090 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_protocol.png -rw-r--r-- root/root 2097 2006-04-08 21:40:57 ./usr/share/bitpim/resources/editdetect.png -rw-r--r-- root/root 949 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_field.png -rw-r--r-- root/root 990 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_console.png -rw-r--r-- root/root 672 2006-04-08 21:40:57 ./usr/share/bitpim/resources/arrow_up.png -rw-r--r-- root/root 1119 2006-04-08 21:40:57 ./usr/share/bitpim/resources/cal_regular.xy -rw-r--r-- root/root 912 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_calls.png -rw-r--r-- root/root 757 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ranged-slider-end.png -rw-r--r-- root/root 1773 2006-04-08 21:40:57 ./usr/share/bitpim/resources/unknown.png -rw-r--r-- root/root 149018 2006-04-08 21:40:57 ./usr/share/bitpim/resources/usb.ids -rw-r--r-- root/root 723 2006-04-08 21:40:57 ./usr/share/bitpim/resources/cal_monthly_style.xy -rw-r--r-- root/root 1044 2006-04-08 21:40:57 ./usr/share/bitpim/resources/private.png -rw-r--r-- root/root 1092 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_playlist.png -rw-r--r-- root/root 992 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_memo.png -rw-r--r-- root/root 122542 2006-04-08 21:40:57 ./usr/share/bitpim/resources/wallpaper-watermark.png -rw-r--r-- root/root 1148 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_todo.png -rw-r--r-- root/root 1108 2006-04-08 21:40:57 ./usr/share/bitpim/resources/delete_field.png -rw-r--r-- root/root 2091 2006-04-08 21:40:57 ./usr/share/bitpim/resources/autosyncexecute.png -rw-r--r-- root/root 979 2006-04-08 21:40:57 ./usr/share/bitpim/resources/cal_regular_style.xy -rw-r--r-- root/root 432 2006-04-08 21:40:57 ./usr/share/bitpim/resources/bitpim.css -rw-r--r-- root/root 2238 2006-04-08 21:40:57 ./usr/share/bitpim/resources/bitpim.ico -rw-r--r-- root/root 2616514 2006-04-08 21:40:57 ./usr/share/bitpim/resources/bitpim.htb -rw-r--r-- root/root 831 2006-04-08 21:40:57 ./usr/share/bitpim/resources/ringer.png -rw-r--r-- root/root 545 2006-04-08 21:40:57 ./usr/share/bitpim/resources/bitpim_usb.ids -rw-r--r-- root/root 949 2006-04-08 21:40:57 ./usr/share/bitpim/resources/editphoneinfo.png -rw-r--r-- root/root 1193 2006-04-08 21:40:57 ./usr/share/bitpim/resources/add_picture.png -rw-r--r-- root/root 924 2006-04-08 21:40:57 ./usr/share/bitpim/resources/cal_monthly.xy -rw-r--r-- root/root 860 2006-04-08 21:40:57 ./usr/share/bitpim/resources/select_phonebook.png -rw-r--r-- root/root 48958 2006-04-08 21:40:57 ./usr/share/bitpim/resources/splashscreen.jpg lrwxrwxrwx root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/ffmpeg.lbin -> ../../../bin/ffmpeg lrwxrwxrwx root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/ppmquant.lbin -> ../../../bin/ppmquant lrwxrwxrwx root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/pngtopnm.lbin -> ../../../bin/pngtopnm lrwxrwxrwx root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/bmp2avi.lbin -> ../../../lib/bitpim/bmp2avi.lbin lrwxrwxrwx root/root 0 2006-04-08 21:41:01 ./usr/share/bitpim/helpers/pnmtopng.lbin -> ../../../bin/pnmtopng bitfling_0.8.11.dfsg.1-1_all.deb -------------------------------- new debian package, version 2.0. size 47630 bytes: control archive= 1516 bytes. 778 bytes, 18 lines control 853 bytes, 12 lines md5sums 727 bytes, 25 lines * postinst #!/bin/sh 160 bytes, 5 lines * postrm #!/bin/sh 164 bytes, 7 lines * prerm #!/bin/sh Package: bitfling Version: 0.8.11.dfsg.1-1 Section: comm Priority: extra Architecture: all Depends: bitpim (>> 0.8.11), python (>= 2.3), python (<< 2.4), python-crypto, python-paramiko Installed-Size: 140 Maintainer: Aaron M. Ucko <[email protected]> Source: bitpim Description: secure remote access to BitPim BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. . BitFling lets BitPim run on one machine while your phone is connected to a different machine, even across the Internet. It uses a protocol over a secure connection to ensure this is safe. drwxr-xr-x root/root 0 2006-04-08 21:41:02 ./ drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/ drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/bin/ -rwxr-xr-x root/root 78 2006-04-08 21:40:57 ./usr/bin/bitfling drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/share/ drwxr-xr-x root/root 0 2006-04-08 21:41:01 ./usr/share/doc/ drwxr-xr-x root/root 0 2006-04-08 21:41:05 ./usr/share/doc/bitfling/ -rw-r--r-- root/root 9388 2006-04-08 21:31:59 ./usr/share/doc/bitfling/copyright -rw-r--r-- root/root 21154 2006-04-08 21:40:57 ./usr/share/doc/bitfling/changelog.gz -rw-r--r-- root/root 1129 2006-04-08 21:39:03 ./usr/share/doc/bitfling/changelog.Debian.gz drwxr-xr-x root/root 0 2006-04-08 21:41:02 ./usr/share/man/ drwxr-xr-x root/root 0 2006-04-08 21:41:05 ./usr/share/man/man1/ -rw-r--r-- root/root 449 2006-02-22 17:41:14 ./usr/share/man/man1/bitfling.1.gz drwxr-xr-x root/root 0 2006-04-08 21:41:02 ./usr/share/menu/ -rw-r--r-- root/root 114 2006-02-22 17:41:14 ./usr/share/menu/bitfling drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/share/bitpim/ drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/share/bitpim/code/ drwxr-xr-x root/root 0 2006-04-08 21:41:03 ./usr/share/bitpim/code/bitfling/ -rw-r--r-- root/root 5211 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/guihelper.py -rwxr-xr-x root/root 21684 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/xmlrpcstuff.py -rw-r--r-- root/root 29484 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/bitfling.py -rw-r--r-- root/root 2441 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/client.py -rw-r--r-- root/root 122 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/__init__.py -rw-r--r-- root/root 1709 2006-04-08 21:40:57 ./usr/share/bitpim/code/bitfling/version.py bitpim-lib_0.8.11.dfsg.1-1_i386.deb ----------------------------------- new debian package, version 2.0. size 81956 bytes: control archive= 1332 bytes. 721 bytes, 16 lines control 711 bytes, 10 lines md5sums 543 bytes, 20 lines * postinst #!/bin/sh 166 bytes, 7 lines * prerm #!/bin/sh Package: bitpim-lib Version: 0.8.11.dfsg.1-1 Section: comm Priority: extra Architecture: i386 Depends: python (>= 2.3), python (<< 2.4), libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.0), libstdc++6 (>= 4.1.0), libusb-0.1-4 (>= 2:0.1.12) Installed-Size: 236 Maintainer: Aaron M. Ucko <[email protected]> Source: bitpim Description: architecture-dependent helper files for BitFling BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. . This package contains a handful of architecture-dependent helper files. drwxr-xr-x root/root 0 2006-04-08 21:41:10 ./ drwxr-xr-x root/root 0 2006-04-08 21:41:11 ./usr/ drwxr-xr-x root/root 0 2006-04-08 21:41:11 ./usr/lib/ drwxr-xr-x root/root 0 2006-04-08 21:41:12 ./usr/lib/bitpim/ drwxr-xr-x root/root 0 2006-04-08 21:41:09 ./usr/lib/bitpim/native/ drwxr-xr-x root/root 0 2006-04-08 21:41:12 ./usr/lib/bitpim/native/usb/ -rw-r--r-- root/root 27745 2006-04-08 21:41:09 ./usr/lib/bitpim/native/usb/libusb.py -rw-r--r-- root/root 81936 2006-04-08 21:41:12 ./usr/lib/bitpim/native/usb/_libusb.so -rw-r--r-- root/root 11274 2006-04-08 21:41:09 ./usr/lib/bitpim/native/usb/usb.py -rw-r--r-- root/root 500 2006-04-08 21:41:09 ./usr/lib/bitpim/native/usb/__init__.py drwxr-xr-x root/root 0 2006-04-08 21:41:12 ./usr/lib/bitpim/native/strings/ -rw-r--r-- root/root 6368 2006-04-08 21:41:12 ./usr/lib/bitpim/native/strings/jarow.so -rw-r--r-- root/root 428 2006-04-08 21:41:09 ./usr/lib/bitpim/native/strings/__init__.py -rwxr-xr-x root/root 46904 2006-04-08 21:41:12 ./usr/lib/bitpim/bmp2avi.lbin drwxr-xr-x root/root 0 2006-04-08 21:41:09 ./usr/share/ drwxr-xr-x root/root 0 2006-04-08 21:41:09 ./usr/share/doc/ drwxr-xr-x root/root 0 2006-04-08 21:41:12 ./usr/share/doc/bitpim-lib/ -rw-r--r-- root/root 9388 2006-04-08 21:31:59 ./usr/share/doc/bitpim-lib/copyright -rw-r--r-- root/root 21154 2006-04-08 21:40:57 ./usr/share/doc/bitpim-lib/changelog.gz -rw-r--r-- root/root 1129 2006-04-08 21:39:03 ./usr/share/doc/bitpim-lib/changelog.Debian.gz -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [email protected] (NOT a valid e-mail address) for more info. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642