[Pkg-dkms-commits] [dkms] branch upstream updated (ef9fc8d -> 548ca39)

Aron Xu aron at debian.org
Tue Aug 23 09:21:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

aron pushed a change to branch upstream
in repository dkms.

      from  ef9fc8d   Imported Upstream version 2.2.0.3
       new  548ca39   Imported Upstream version 2.2.1.0+git20160527

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                      |   25 +-
 README.dkms                                   |    9 +-
 debian/HOWTO.Debian                           |   40 +
 debian/changelog                              |  379 +++
 {template-dkms-mkdeb/debian => debian}/compat |    0
 debian/control                                |   28 +
 debian/copyright                              |   24 +
 debian/dkms.lintian-overrides                 |    1 +
 debian/examples                               |    4 +
 debian/install                                |    4 +
 debian/modprobe                               |    4 +
 debian/patches/series                         |    1 +
 debian/postinst                               |   20 +
 debian/preinst                                |   37 +
 debian/rules                                  |   30 +
 debian/scripts/dh_dkms                        |  169 ++
 debian/scripts/dh_dkms.1                      |  189 ++
 debian/scripts/dkms.pm                        |    8 +
 debian/scripts/postinst-dkms                  |   27 +
 debian/scripts/prerm-dkms                     |   10 +
 debian/source/format                          |    1 +
 debian/watch                                  |    3 +
 dkms                                          | 3326 ++++++++++++++-----------
 dkms.8                                        |   81 +-
 dkms.service                                  |   11 +
 dkms.spec                                     |  121 +-
 dkms_apport.py                                |   35 +-
 dkms_autoinstaller                            |   62 +-
 dkms_common.postinst                          |   60 +-
 dkms_framework.conf                           |   10 +
 sample.spec                                   |    2 +-
 template-dkms-mkrpm.spec                      |    2 +-
 test/README                                   |    1 +
 test/dkms_test-1.0/Makefile                   |    7 +
 test/dkms_test-1.0/dkms.conf                  |   13 +
 test/dkms_test-1.0/dkms_test.c                |   23 +
 36 files changed, 3165 insertions(+), 1602 deletions(-)
 create mode 100644 debian/HOWTO.Debian
 create mode 100644 debian/changelog
 copy {template-dkms-mkdeb/debian => debian}/compat (100%)
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/dkms.lintian-overrides
 create mode 100644 debian/examples
 create mode 100644 debian/install
 create mode 100644 debian/modprobe
 create mode 100644 debian/patches/series
 create mode 100644 debian/postinst
 create mode 100644 debian/preinst
 create mode 100755 debian/rules
 create mode 100644 debian/scripts/dh_dkms
 create mode 100644 debian/scripts/dh_dkms.1
 create mode 100644 debian/scripts/dkms.pm
 create mode 100644 debian/scripts/postinst-dkms
 create mode 100644 debian/scripts/prerm-dkms
 create mode 100644 debian/source/format
 create mode 100644 debian/watch
 create mode 100644 dkms.service
 create mode 100644 test/README
 create mode 100644 test/dkms_test-1.0/Makefile
 create mode 100644 test/dkms_test-1.0/dkms.conf
 create mode 100644 test/dkms_test-1.0/dkms_test.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dkms/dkms.git



More information about the Pkg-dkms-commits mailing list