[caffe] 02/249: debmake: init Debian package
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.
commit 9ca6253b828de163a62d77c816d6fbbac47a2ce3
Author: Zhou Mo <cdluminate at gmail.com>
Date: Thu Jul 9 01:05:42 2015 +0000
debmake: init Debian package
---
debian/README.Debian | 8 +
debian/caffe-cuda.install | 1 +
debian/caffe-doc.doc-base | 1 +
debian/caffe-doc.docs | 1 +
debian/caffe-doc.examples | 1 +
debian/caffe-doc.info | 1 +
debian/caffe-doc.install | 1 +
debian/caffe-doc.manpages | 1 +
debian/caffe.install | 1 +
debian/caffe.links | 1 +
debian/changelog | 6 +
debian/clean | 1 +
debian/compat | 1 +
debian/control | 72 +++++
debian/copyright | 649 +++++++++++++++++++++++++++++++++++++++
debian/libcaffe-cuda-dev.install | 1 +
debian/libcaffe-cuda.install | 1 +
debian/libcaffe-cuda.symbols | 1 +
debian/libcaffe-dev.install | 1 +
debian/libcaffe.install | 1 +
debian/libcaffe.symbols | 1 +
debian/patches/series | 1 +
debian/rules | 13 +
debian/source/format | 1 +
debian/source/local-options | 2 +
debian/watch | 2 +
26 files changed, 771 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..d53af56
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+caffe for Debian
+
+Please edit this to provide information specific to
+this caffe Debian package.
+
+ (Automatically generated by debmake Version 4.2.1)
+
+ -- Zhou Mo <cdluminate at gmail.com> Thu, 09 Jul 2015 01:04:53 +0000
diff --git a/debian/caffe-cuda.install b/debian/caffe-cuda.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-cuda.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.doc-base b/debian/caffe-doc.doc-base
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.doc-base
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.docs b/debian/caffe-doc.docs
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.docs
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.examples b/debian/caffe-doc.examples
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.examples
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.info b/debian/caffe-doc.info
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.info
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.install b/debian/caffe-doc.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe-doc.manpages b/debian/caffe-doc.manpages
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe-doc.manpages
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe.install b/debian/caffe.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/caffe.links b/debian/caffe.links
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/caffe.links
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fb997fa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+caffe (0.0~rc2+96179ca-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #nnnn
+ <nnnn is the bug number of your ITP>
+
+ -- Zhou Mo <cdluminate at gmail.com> Thu, 09 Jul 2015 01:04:53 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6134a98
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,72 @@
+Source: caffe
+Section: unknown
+Priority: extra
+Maintainer: Zhou Mo <cdluminate at gmail.com>
+Build-Depends: cmake, debhelper (>=9)
+Standards-Version: 3.9.6
+Homepage: <insert the upstream URL, if relevant>
+
+Package: caffe
+Architecture: any
+Multi-Arch: foreign
+Depends: libcaffe (= ${binary:Version}),
+ libcaffe-cuda (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: auto-generated package by debmake: bin #0
+ This package contains the compiled binary executable.: #0
+ .
+ This Debian binary package was auto-generated by the
+ debmake(1) command provided by the debmake package.
+
+Package: libcaffe
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: auto-generated package by debmake: lib #1
+ This package contains the shared library.: #1
+
+Package: libcaffe-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libcaffe (= ${binary:Version}), ${misc:Depends}
+Description: auto-generated package by debmake: dev #2
+ This package contains the development files.: #2
+
+Package: caffe-cuda
+Architecture: any
+Multi-Arch: foreign
+Depends: libcaffe (= ${binary:Version}),
+ libcaffe-cuda (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: auto-generated package by debmake: bin #3
+ This package contains the compiled binary executable.: #3
+
+Package: libcaffe-cuda
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: auto-generated package by debmake: lib #4
+ This package contains the shared library.: #4
+
+Package: libcaffe-cuda-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libcaffe-cuda (= ${binary:Version}), ${misc:Depends}
+Description: auto-generated package by debmake: dev #5
+ This package contains the development files.: #5
+
+Package: caffe-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: auto-generated package by debmake: doc #6
+ This package contains the documentation files.: #6
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..79baf81
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,649 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: caffe
+Source: <url://example.com>
+
+Files: .Doxyfile
+ .gitignore
+ .travis.yml
+ CMakeLists.txt
+ CONTRIBUTORS.md
+ INSTALL.md
+ Makefile
+ Makefile.config.example
+ README.md
+ caffe.cloc
+ cmake/ConfigGen.cmake
+ cmake/Cuda.cmake
+ cmake/Dependencies.cmake
+ cmake/External/gflags.cmake
+ cmake/External/glog.cmake
+ cmake/Misc.cmake
+ cmake/Modules/FindAtlas.cmake
+ cmake/Modules/FindGFlags.cmake
+ cmake/Modules/FindGlog.cmake
+ cmake/Modules/FindLAPACK.cmake
+ cmake/Modules/FindLevelDB.cmake
+ cmake/Modules/FindMKL.cmake
+ cmake/Modules/FindMatlabMex.cmake
+ cmake/Modules/FindNumPy.cmake
+ cmake/Modules/FindOpenBLAS.cmake
+ cmake/Modules/FindSnappy.cmake
+ cmake/Modules/FindvecLib.cmake
+ cmake/ProtoBuf.cmake
+ cmake/Summary.cmake
+ cmake/Targets.cmake
+ cmake/Templates/CaffeConfig.cmake.in
+ cmake/Templates/CaffeConfigVersion.cmake.in
+ cmake/Templates/caffe_config.h.in
+ cmake/Utils.cmake
+ cmake/lint.cmake
+ data/cifar10/get_cifar10.sh
+ data/ilsvrc12/get_ilsvrc_aux.sh
+ data/mnist/get_mnist.sh
+ docs/CMakeLists.txt
+ docs/CNAME
+ docs/README.md
+ docs/_config.yml
+ docs/development.md
+ docs/index.md
+ docs/install_apt.md
+ docs/install_osx.md
+ docs/install_yum.md
+ docs/installation.md
+ docs/model_zoo.md
+ docs/performance_hardware.md
+ docs/stylesheets/pygment_trac.css
+ docs/stylesheets/reset.css
+ docs/stylesheets/styles.css
+ docs/tutorial/convolution.md
+ docs/tutorial/data.md
+ docs/tutorial/fig/.gitignore
+ docs/tutorial/forward_backward.md
+ docs/tutorial/index.md
+ docs/tutorial/interfaces.md
+ docs/tutorial/layers.md
+ docs/tutorial/loss.md
+ docs/tutorial/net_layer_blob.md
+ docs/tutorial/solver.md
+ examples/01-learning-lenet.ipynb
+ examples/02-brewing-logreg.ipynb
+ examples/03-fine-tuning.ipynb
+ examples/CMakeLists.txt
+ examples/cifar10/cifar10_full.prototxt
+ examples/cifar10/cifar10_full_solver.prototxt
+ examples/cifar10/cifar10_full_solver_lr1.prototxt
+ examples/cifar10/cifar10_full_solver_lr2.prototxt
+ examples/cifar10/cifar10_full_train_test.prototxt
+ examples/cifar10/cifar10_quick.prototxt
+ examples/cifar10/cifar10_quick_solver.prototxt
+ examples/cifar10/cifar10_quick_solver_lr1.prototxt
+ examples/cifar10/cifar10_quick_train_test.prototxt
+ examples/cifar10/convert_cifar_data.cpp
+ examples/cifar10/create_cifar10.sh
+ examples/cifar10/readme.md
+ examples/cifar10/train_full.sh
+ examples/cifar10/train_quick.sh
+ examples/cpp_classification/classification.cpp
+ examples/cpp_classification/readme.md
+ examples/detection.ipynb
+ examples/feature_extraction/imagenet_val.prototxt
+ examples/feature_extraction/readme.md
+ examples/finetune_flickr_style/assemble_data.py
+ examples/finetune_flickr_style/readme.md
+ examples/finetune_flickr_style/style_names.txt
+ examples/finetune_pascal_detection/pascal_finetune_solver.prototxt
+ examples/finetune_pascal_detection/pascal_finetune_trainval_test.prototxt
+ examples/hdf5_classification/nonlinear_auto_test.prototxt
+ examples/hdf5_classification/nonlinear_auto_train.prototxt
+ examples/hdf5_classification/nonlinear_solver.prototxt
+ examples/hdf5_classification/nonlinear_train_val.prototxt
+ examples/hdf5_classification/solver.prototxt
+ examples/hdf5_classification/train_val.prototxt
+ examples/imagenet/create_imagenet.sh
+ examples/imagenet/make_imagenet_mean.sh
+ examples/imagenet/readme.md
+ examples/imagenet/resume_training.sh
+ examples/imagenet/train_caffenet.sh
+ examples/mnist/convert_mnist_data.cpp
+ examples/mnist/create_mnist.sh
+ examples/mnist/lenet.prototxt
+ examples/mnist/lenet_auto_solver.prototxt
+ examples/mnist/lenet_consolidated_solver.prototxt
+ examples/mnist/lenet_multistep_solver.prototxt
+ examples/mnist/lenet_solver.prototxt
+ examples/mnist/lenet_stepearly_solver.prototxt
+ examples/mnist/lenet_train_test.prototxt
+ examples/mnist/mnist_autoencoder.prototxt
+ examples/mnist/mnist_autoencoder_solver.prototxt
+ examples/mnist/mnist_autoencoder_solver_adagrad.prototxt
+ examples/mnist/mnist_autoencoder_solver_nesterov.prototxt
+ examples/mnist/readme.md
+ examples/mnist/train_lenet.sh
+ examples/mnist/train_lenet_consolidated.sh
+ examples/mnist/train_mnist_autoencoder.sh
+ examples/mnist/train_mnist_autoencoder_adagrad.sh
+ examples/mnist/train_mnist_autoencoder_nesterov.sh
+ examples/net_surgery.ipynb
+ examples/net_surgery/bvlc_caffenet_full_conv.prototxt
+ examples/net_surgery/conv.prototxt
+ examples/pycaffe/caffenet.py
+ examples/pycaffe/layers/pyloss.py
+ examples/pycaffe/linreg.prototxt
+ examples/siamese/convert_mnist_siamese_data.cpp
+ examples/siamese/create_mnist_siamese.sh
+ examples/siamese/mnist_siamese.ipynb
+ examples/siamese/mnist_siamese.prototxt
+ examples/siamese/mnist_siamese_solver.prototxt
+ examples/siamese/mnist_siamese_train_test.prototxt
+ examples/siamese/readme.md
+ examples/siamese/train_mnist_siamese.sh
+ examples/web_demo/app.py
+ examples/web_demo/exifutil.py
+ examples/web_demo/readme.md
+ examples/web_demo/requirements.txt
+ include/caffe/blob.hpp
+ include/caffe/caffe.hpp
+ include/caffe/common.hpp
+ include/caffe/common_layers.hpp
+ include/caffe/data_layers.hpp
+ include/caffe/data_transformer.hpp
+ include/caffe/filler.hpp
+ include/caffe/internal_thread.hpp
+ include/caffe/layer.hpp
+ include/caffe/layer_factory.hpp
+ include/caffe/loss_layers.hpp
+ include/caffe/net.hpp
+ include/caffe/neuron_layers.hpp
+ include/caffe/python_layer.hpp
+ include/caffe/solver.hpp
+ include/caffe/syncedmem.hpp
+ include/caffe/test/test_caffe_main.hpp
+ include/caffe/test/test_gradient_check_util.hpp
+ include/caffe/util/benchmark.hpp
+ include/caffe/util/cudnn.hpp
+ include/caffe/util/db.hpp
+ include/caffe/util/db_leveldb.hpp
+ include/caffe/util/db_lmdb.hpp
+ include/caffe/util/device_alternate.hpp
+ include/caffe/util/im2col.hpp
+ include/caffe/util/insert_splits.hpp
+ include/caffe/util/io.hpp
+ include/caffe/util/math_functions.hpp
+ include/caffe/util/mkl_alternate.hpp
+ include/caffe/util/rng.hpp
+ include/caffe/util/upgrade_proto.hpp
+ include/caffe/vision_layers.hpp
+ matlab/+caffe/+test/test_net.m
+ matlab/+caffe/+test/test_solver.m
+ matlab/+caffe/Blob.m
+ matlab/+caffe/Layer.m
+ matlab/+caffe/Net.m
+ matlab/+caffe/Solver.m
+ matlab/+caffe/get_net.m
+ matlab/+caffe/get_solver.m
+ matlab/+caffe/io.m
+ matlab/+caffe/private/CHECK.m
+ matlab/+caffe/private/CHECK_FILE_EXIST.m
+ matlab/+caffe/private/caffe_.cpp
+ matlab/+caffe/private/is_valid_handle.m
+ matlab/+caffe/reset_all.m
+ matlab/+caffe/run_tests.m
+ matlab/+caffe/set_device.m
+ matlab/+caffe/set_mode_cpu.m
+ matlab/+caffe/set_mode_gpu.m
+ matlab/CMakeLists.txt
+ matlab/demo/classification_demo.m
+ matlab/hdf5creation/.gitignore
+ matlab/hdf5creation/demo.m
+ matlab/hdf5creation/store2hdf5.m
+ models/bvlc_alexnet/deploy.prototxt
+ models/bvlc_alexnet/readme.md
+ models/bvlc_alexnet/solver.prototxt
+ models/bvlc_alexnet/train_val.prototxt
+ models/bvlc_googlenet/deploy.prototxt
+ models/bvlc_googlenet/quick_solver.prototxt
+ models/bvlc_googlenet/readme.md
+ models/bvlc_googlenet/solver.prototxt
+ models/bvlc_googlenet/train_val.prototxt
+ models/bvlc_reference_caffenet/deploy.prototxt
+ models/bvlc_reference_caffenet/readme.md
+ models/bvlc_reference_caffenet/solver.prototxt
+ models/bvlc_reference_caffenet/train_val.prototxt
+ models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt
+ models/bvlc_reference_rcnn_ilsvrc13/readme.md
+ models/finetune_flickr_style/deploy.prototxt
+ models/finetune_flickr_style/readme.md
+ models/finetune_flickr_style/solver.prototxt
+ models/finetune_flickr_style/train_val.prototxt
+ python/CMakeLists.txt
+ python/caffe/__init__.py
+ python/caffe/_caffe.cpp
+ python/caffe/classifier.py
+ python/caffe/detector.py
+ python/caffe/draw.py
+ python/caffe/io.py
+ python/caffe/net_spec.py
+ python/caffe/pycaffe.py
+ python/caffe/test/test_net.py
+ python/caffe/test/test_net_spec.py
+ python/caffe/test/test_python_layer.py
+ python/caffe/test/test_solver.py
+ python/classify.py
+ python/detect.py
+ python/draw_net.py
+ python/requirements.txt
+ scripts/build_docs.sh
+ scripts/copy_notebook.py
+ scripts/deploy_docs.sh
+ scripts/download_model_binary.py
+ scripts/download_model_from_gist.sh
+ scripts/gather_examples.sh
+ scripts/travis/travis_build_and_test.sh
+ scripts/travis/travis_install.sh
+ scripts/travis/travis_setup_makefile_config.sh
+ scripts/upload_model_to_gist.sh
+ src/caffe/CMakeLists.txt
+ src/caffe/blob.cpp
+ src/caffe/common.cpp
+ src/caffe/data_transformer.cpp
+ src/caffe/internal_thread.cpp
+ src/caffe/layer_factory.cpp
+ src/caffe/layers/absval_layer.cpp
+ src/caffe/layers/absval_layer.cu
+ src/caffe/layers/accuracy_layer.cpp
+ src/caffe/layers/argmax_layer.cpp
+ src/caffe/layers/base_conv_layer.cpp
+ src/caffe/layers/base_data_layer.cpp
+ src/caffe/layers/base_data_layer.cu
+ src/caffe/layers/bnll_layer.cpp
+ src/caffe/layers/bnll_layer.cu
+ src/caffe/layers/concat_layer.cpp
+ src/caffe/layers/concat_layer.cu
+ src/caffe/layers/contrastive_loss_layer.cpp
+ src/caffe/layers/contrastive_loss_layer.cu
+ src/caffe/layers/conv_layer.cpp
+ src/caffe/layers/conv_layer.cu
+ src/caffe/layers/cudnn_conv_layer.cpp
+ src/caffe/layers/cudnn_conv_layer.cu
+ src/caffe/layers/cudnn_pooling_layer.cpp
+ src/caffe/layers/cudnn_pooling_layer.cu
+ src/caffe/layers/cudnn_relu_layer.cpp
+ src/caffe/layers/cudnn_relu_layer.cu
+ src/caffe/layers/cudnn_sigmoid_layer.cpp
+ src/caffe/layers/cudnn_sigmoid_layer.cu
+ src/caffe/layers/cudnn_softmax_layer.cpp
+ src/caffe/layers/cudnn_softmax_layer.cu
+ src/caffe/layers/cudnn_tanh_layer.cpp
+ src/caffe/layers/cudnn_tanh_layer.cu
+ src/caffe/layers/data_layer.cpp
+ src/caffe/layers/deconv_layer.cpp
+ src/caffe/layers/deconv_layer.cu
+ src/caffe/layers/dropout_layer.cpp
+ src/caffe/layers/dropout_layer.cu
+ src/caffe/layers/dummy_data_layer.cpp
+ src/caffe/layers/eltwise_layer.cpp
+ src/caffe/layers/eltwise_layer.cu
+ src/caffe/layers/euclidean_loss_layer.cpp
+ src/caffe/layers/euclidean_loss_layer.cu
+ src/caffe/layers/exp_layer.cpp
+ src/caffe/layers/exp_layer.cu
+ src/caffe/layers/filter_layer.cpp
+ src/caffe/layers/filter_layer.cu
+ src/caffe/layers/flatten_layer.cpp
+ src/caffe/layers/hdf5_data_layer.cpp
+ src/caffe/layers/hdf5_data_layer.cu
+ src/caffe/layers/hdf5_output_layer.cpp
+ src/caffe/layers/hdf5_output_layer.cu
+ src/caffe/layers/hinge_loss_layer.cpp
+ src/caffe/layers/im2col_layer.cpp
+ src/caffe/layers/im2col_layer.cu
+ src/caffe/layers/image_data_layer.cpp
+ src/caffe/layers/infogain_loss_layer.cpp
+ src/caffe/layers/inner_product_layer.cpp
+ src/caffe/layers/inner_product_layer.cu
+ src/caffe/layers/log_layer.cpp
+ src/caffe/layers/log_layer.cu
+ src/caffe/layers/loss_layer.cpp
+ src/caffe/layers/lrn_layer.cpp
+ src/caffe/layers/lrn_layer.cu
+ src/caffe/layers/memory_data_layer.cpp
+ src/caffe/layers/multinomial_logistic_loss_layer.cpp
+ src/caffe/layers/mvn_layer.cpp
+ src/caffe/layers/mvn_layer.cu
+ src/caffe/layers/neuron_layer.cpp
+ src/caffe/layers/pooling_layer.cpp
+ src/caffe/layers/pooling_layer.cu
+ src/caffe/layers/power_layer.cpp
+ src/caffe/layers/power_layer.cu
+ src/caffe/layers/prelu_layer.cpp
+ src/caffe/layers/prelu_layer.cu
+ src/caffe/layers/reduction_layer.cpp
+ src/caffe/layers/reduction_layer.cu
+ src/caffe/layers/relu_layer.cpp
+ src/caffe/layers/relu_layer.cu
+ src/caffe/layers/reshape_layer.cpp
+ src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp
+ src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu
+ src/caffe/layers/sigmoid_layer.cpp
+ src/caffe/layers/sigmoid_layer.cu
+ src/caffe/layers/silence_layer.cpp
+ src/caffe/layers/silence_layer.cu
+ src/caffe/layers/slice_layer.cpp
+ src/caffe/layers/slice_layer.cu
+ src/caffe/layers/softmax_layer.cpp
+ src/caffe/layers/softmax_layer.cu
+ src/caffe/layers/softmax_loss_layer.cpp
+ src/caffe/layers/softmax_loss_layer.cu
+ src/caffe/layers/split_layer.cpp
+ src/caffe/layers/split_layer.cu
+ src/caffe/layers/spp_layer.cpp
+ src/caffe/layers/tanh_layer.cpp
+ src/caffe/layers/tanh_layer.cu
+ src/caffe/layers/threshold_layer.cpp
+ src/caffe/layers/threshold_layer.cu
+ src/caffe/layers/window_data_layer.cpp
+ src/caffe/net.cpp
+ src/caffe/proto/caffe.proto
+ src/caffe/solver.cpp
+ src/caffe/syncedmem.cpp
+ src/caffe/test/CMakeLists.txt
+ src/caffe/test/test_accuracy_layer.cpp
+ src/caffe/test/test_argmax_layer.cpp
+ src/caffe/test/test_benchmark.cpp
+ src/caffe/test/test_blob.cpp
+ src/caffe/test/test_caffe_main.cpp
+ src/caffe/test/test_common.cpp
+ src/caffe/test/test_concat_layer.cpp
+ src/caffe/test/test_contrastive_loss_layer.cpp
+ src/caffe/test/test_convolution_layer.cpp
+ src/caffe/test/test_data/generate_sample_data.py
+ src/caffe/test/test_data/sample_data_list.txt
+ src/caffe/test/test_data_layer.cpp
+ src/caffe/test/test_data_transformer.cpp
+ src/caffe/test/test_db.cpp
+ src/caffe/test/test_deconvolution_layer.cpp
+ src/caffe/test/test_dummy_data_layer.cpp
+ src/caffe/test/test_eltwise_layer.cpp
+ src/caffe/test/test_euclidean_loss_layer.cpp
+ src/caffe/test/test_filler.cpp
+ src/caffe/test/test_filter_layer.cpp
+ src/caffe/test/test_flatten_layer.cpp
+ src/caffe/test/test_gradient_based_solver.cpp
+ src/caffe/test/test_hdf5_output_layer.cpp
+ src/caffe/test/test_hdf5data_layer.cpp
+ src/caffe/test/test_hinge_loss_layer.cpp
+ src/caffe/test/test_im2col_kernel.cu
+ src/caffe/test/test_im2col_layer.cpp
+ src/caffe/test/test_image_data_layer.cpp
+ src/caffe/test/test_infogain_loss_layer.cpp
+ src/caffe/test/test_inner_product_layer.cpp
+ src/caffe/test/test_internal_thread.cpp
+ src/caffe/test/test_io.cpp
+ src/caffe/test/test_layer_factory.cpp
+ src/caffe/test/test_lrn_layer.cpp
+ src/caffe/test/test_math_functions.cpp
+ src/caffe/test/test_maxpool_dropout_layers.cpp
+ src/caffe/test/test_memory_data_layer.cpp
+ src/caffe/test/test_multinomial_logistic_loss_layer.cpp
+ src/caffe/test/test_mvn_layer.cpp
+ src/caffe/test/test_net.cpp
+ src/caffe/test/test_neuron_layer.cpp
+ src/caffe/test/test_platform.cpp
+ src/caffe/test/test_pooling_layer.cpp
+ src/caffe/test/test_power_layer.cpp
+ src/caffe/test/test_protobuf.cpp
+ src/caffe/test/test_random_number_generator.cpp
+ src/caffe/test/test_reduction_layer.cpp
+ src/caffe/test/test_reshape_layer.cpp
+ src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp
+ src/caffe/test/test_slice_layer.cpp
+ src/caffe/test/test_softmax_layer.cpp
+ src/caffe/test/test_softmax_with_loss_layer.cpp
+ src/caffe/test/test_solver.cpp
+ src/caffe/test/test_split_layer.cpp
+ src/caffe/test/test_spp_layer.cpp
+ src/caffe/test/test_stochastic_pooling.cpp
+ src/caffe/test/test_syncedmem.cpp
+ src/caffe/test/test_tanh_layer.cpp
+ src/caffe/test/test_threshold_layer.cpp
+ src/caffe/test/test_upgrade_proto.cpp
+ src/caffe/test/test_util_blas.cpp
+ src/caffe/util/benchmark.cpp
+ src/caffe/util/cudnn.cpp
+ src/caffe/util/db.cpp
+ src/caffe/util/db_leveldb.cpp
+ src/caffe/util/db_lmdb.cpp
+ src/caffe/util/im2col.cpp
+ src/caffe/util/im2col.cu
+ src/caffe/util/insert_splits.cpp
+ src/caffe/util/io.cpp
+ src/caffe/util/math_functions.cpp
+ src/caffe/util/math_functions.cu
+ src/caffe/util/upgrade_proto.cpp
+ src/gtest/CMakeLists.txt
+ tools/CMakeLists.txt
+ tools/caffe.cpp
+ tools/compute_image_mean.cpp
+ tools/convert_imageset.cpp
+ tools/device_query.cpp
+ tools/extra/extract_seconds.py
+ tools/extra/launch_resize_and_crop_images.sh
+ tools/extra/parse_log.py
+ tools/extra/parse_log.sh
+ tools/extra/plot_log.gnuplot.example
+ tools/extra/plot_training_log.py.example
+ tools/extra/resize_and_crop_images.py
+ tools/extract_features.cpp
+ tools/finetune_net.cpp
+ tools/net_speed_benchmark.cpp
+ tools/test_net.cpp
+ tools/train_net.cpp
+ tools/upgrade_net_proto_binary.cpp
+ tools/upgrade_net_proto_text.cpp
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+ terms therein and release your contribution under these terms.
+License: __UNKNOWN__
+
+Files: scripts/cpp_lint.py
+ src/gtest/gtest_main.cc
+Copyright: 2006-2009 Google Inc.
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: cmake/Modules/FindLMDB.cmake
+Copyright: 2006 Laurent Montel, <montel at kde.org>
+License: __UNKNOWN__
+ Redistribution and use is allowed according to the terms of the BSD license.
+ .
+ Adapted from FindCWD by:
+ Copyright 2013 Conrad Steenberg <conrad.steenberg at gmail.com>
+ Aug 31, 2013
+
+Files: src/gtest/gtest.h
+Copyright: 2005 Google Inc.
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This header file defines the public API for Google Test. It should be
+ included by any test program that uses Google Test.
+ .
+ IMPORTANT NOTE: Due to limitation of the C++ language, we have to
+ leave some internal implementation details in this header file.
+ They are clearly marked by comments like this:
+ .
+ // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
+ .
+ Such code is NOT meant to be used by a user directly, and is subject
+ to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
+ program!
+ .
+ Acknowledgment: Google Test borrowed the idea of automatic test
+ registration from Barthelemy Dagenais' (barthelemy at prologique.com)
+ easyUnit framework.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/gtest/gtest-all.cpp
+Copyright: 2008 Google Inc.
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This line ensures that gtest.h can be compiled on its own, even
+ when it's fused.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+#----------------------------------------------------------------------------
+# xml and html files (skipped):
+# docs/_layouts/default.html
+# examples/web_demo/templates/index.html
+
+#----------------------------------------------------------------------------
+# binary files (skipped):
+# src/caffe/test/test_data/sample_data_2_gzip.h5
+# src/caffe/test/test_data/sample_data.h5
+# docs/tutorial/fig/layer.jpg
+# docs/tutorial/fig/forward_backward.png
+# docs/tutorial/fig/logreg.jpg
+# docs/tutorial/fig/forward.jpg
+# docs/tutorial/fig/backward.jpg
+# docs/images/caffeine-icon.png
+# docs/images/GitHub-Mark-64px.png
+# examples/finetune_flickr_style/flickr_style.csv.gz
+# examples/images/fish-bike.jpg
+# examples/images/cat_gray.jpg
+# examples/images/cat.jpg
+# python/caffe/imagenet/ilsvrc_2012_mean.npy
+# matlab/+caffe/imagenet/ilsvrc_2012_mean.mat
+
+#----------------------------------------------------------------------------
+# huge files (skipped):
+# examples/00-classification.ipynb
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
+
+#----------------------------------------------------------------------------
+# License file: LICENSE
+ COPYRIGHT
+ .
+ All contributions by the University of California:
+ Copyright (c) 2014, 2015, The Regents of the University of California (Regents)
+ All rights reserved.
+ .
+ All other contributions:
+ Copyright (c) 2014, 2015, the respective contributors
+ All rights reserved.
+ .
+ Caffe uses a shared copyright model: each contributor holds copyright over
+ their contributions to Caffe. The project versioning records all such
+ contribution and copyright details. If a contributor wants to further mark
+ their specific copyright on a particular contribution, they should indicate
+ their copyright solely in the commit message of the change when it is
+ committed.
+ .
+ LICENSE
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ CONTRIBUTION AGREEMENT
+ .
+ By contributing to the BVLC/caffe repository through pull-request, comment,
+ or otherwise, the contributor releases their content to the
+ license and copyright terms herein.
diff --git a/debian/libcaffe-cuda-dev.install b/debian/libcaffe-cuda-dev.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe-cuda-dev.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/libcaffe-cuda.install b/debian/libcaffe-cuda.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe-cuda.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/libcaffe-cuda.symbols b/debian/libcaffe-cuda.symbols
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe-cuda.symbols
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/libcaffe-dev.install b/debian/libcaffe-dev.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe-dev.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/libcaffe.install b/debian/libcaffe.install
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe.install
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/libcaffe.symbols b/debian/libcaffe.symbols
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/libcaffe.symbols
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b5e3f65
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# You must remove unused comment lines for the released package.
+#export DH_VERBOSE = 1
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+ dh $@
+
+#override_dh_auto_configure:
+# dh_auto_configure -- \
+# -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list