Δημοσιεύτηκε: 30 Ιουν 2012, 12:32
1. Θα αφαιρούσα το c πρόγραμμα -- αφού γίνεται και σε perl -- και δεν είναι μαθηματική πράξη που χρήζει ταχύτητας. Όσο πιο λιγότερα dependencies τόσο το καλύτερο.
2. Ίσως να ανεβάσεις τον κώδικα κάπου π.χ. launchpad https://launchpad.net/projects/+new ή github.
3. Να φτιάξεις ένα tarball -- Ο κώδικας πρέπει να ξεχωρίσει από το debian φάκελο. Όπως είναι τώρα, το diff.gz περιέχει patches σε αρχεία του προγράμματος.
4. Διόρθωσε τα «προβλήματα» που εμφανίζει το lintian:
Σημείωση: Αν διορθώσεις το "missing-debian-source-format", και χρησιμοποιήσεις το 3.0 format, δεν θα μπορέσεις να ανεβάσεις πακέτα για natty (νομίζω, δεν είμαι 100% σίγουρος)
Αρκούν για να σε κρατήσουν απασχολημένο...
2. Ίσως να ανεβάσεις τον κώδικα κάπου π.χ. launchpad https://launchpad.net/projects/+new ή github.
3. Να φτιάξεις ένα tarball -- Ο κώδικας πρέπει να ξεχωρίσει από το debian φάκελο. Όπως είναι τώρα, το diff.gz περιέχει patches σε αρχεία του προγράμματος.
4. Διόρθωσε τα «προβλήματα» που εμφανίζει το lintian:
- Κώδικας: Επιλογή όλων
$ sudo apt-get install lintian
$ $ lintian -Ii orthcal_1.0-0%7E11%7Eprecise1.dsc
I: orthcal source: missing-debian-source-format
N:
N: Explicitly selecting a source format by putting the format in
N: debian/source/format is recommended. This allows for future removal of
N: the 1.0 default for the package source format and, depending on the
N: source format, may allow unambiguous declaration of whether this package
N: is native or non-native.
N:
N: If you don't have a reason to stay with the old format for this package,
N: please consider switching to "3.0 (quilt)" (for packages with a separate
N: upstream tarball) or to "3.0 (native)" (for Debian native packages).
N:
N: If you wish to keep using the old format, please create that file and
N: put "1.0" in it to be explicit about the source package version. If you
N: have problems with the 3.0 format, the dpkg maintainers are interested
N: in hearing, at debian-dpkg@lists.debian.org, the (technical) reasons why
N: the new formats do not suit you.
N:
N: Refer to the dpkg-source(1) manual page and
N: http://wiki.debian.org/Projects/DebSrc3.0 for details.
N:
N: Severity: wishlist, Certainty: certain
N:
N: Check: debian-source-dir, Type: source
N:
W: orthcal source: out-of-date-standards-version 3.9.2 (current is 3.9.3)
N:
N: The source package refers to a Standards-Version older than the one that
N: was current at the time the package was created (according to the
N: timestamp of the latest debian/changelog entry). Please consider
N: updating the package to current Policy and setting this control field
N: appropriately.
N:
N: If the package is already compliant with the current standards, you
N: don't have to re-upload the package just to adjust the Standards-Version
N: control field. However, please remember to update this field next time
N: you upload the package.
N:
N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the
N: debian-policy package for a summary of changes in newer versions of
N: Policy.
N:
N: Severity: normal, Certainty: certain
N:
N: Check: standards-version, Type: source
N:
I: orthcal source: debian-watch-file-is-missing
N:
N: This source package is not Debian-native but it does not have a
N: debian/watch file. This file is used for automatic detection of new
N: upstream versions by the Debian External Health Status project and other
N: project infrastructure. If this package is maintained upstream, please
N: consider adding a debian/watch file to detect new releases.
N:
N: If the package is not maintained upstream or if upstream uses a
N: distribution mechanism that cannot be meaningfully monitored by uscan
N: and the Debian External Health Status project, please consider adding a
N: debian/watch file containing only comments documenting the situation.
N:
N: Refer to Debian Policy Manual section 4.11 (Optional upstream source
N: location: debian/watch) and the uscan(1) manual page for details.
N:
N: Severity: wishlist, Certainty: certain
N:
N: Check: watch-file, Type: source
N:
Σημείωση: Αν διορθώσεις το "missing-debian-source-format", και χρησιμοποιήσεις το 3.0 format, δεν θα μπορέσεις να ανεβάσεις πακέτα για natty (νομίζω, δεν είμαι 100% σίγουρος)
Αρκούν για να σε κρατήσουν απασχολημένο...