This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch AGE_packaging
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/AGE_packaging by this push:
     new 08dab75a [ Packaging for AGE ] added packaging scripts : 
control,rules,format (#691)
08dab75a is described below

commit 08dab75a6400cac21455454ee715bf86d11844eb
Author: Sarthak <[email protected]>
AuthorDate: Mon Mar 6 05:18:29 2023 +0530

    [ Packaging for AGE ] added packaging scripts : control,rules,format (#691)
    
    * add packaging scripts : control,rules,format
    
    * Made some suggested corrections
---
 debian/control       | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 3 files changed, 57 insertions(+)

diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..f0cc60a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+
+#     http://www.apache.org/licenses/LICENSE-2.0
+
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+
+Source: age
+Section: database
+Priority: optional
+Maintainer: AGE <[email protected]>
+Uploaders:
+  Sarthak Jaiswal <[email protected]>,
+  Ahmar Zaidi <[email protected]>,
+Build-Depends:
+ debhelper-compat (= 13),
+ postgresql-12,
+ build-essential,
+ libreadline-dev,
+ zlib1g-dev,
+ flex,
+ bison,
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+Homepage: https://age.apache.org
+
+Package: age
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${postgresql:Depends},
+ ${shlibs:Depends},
+Description: Apache AGE is an extension for PostgreSQL that enables users to 
leverage a graph database 
+  on top of the existing relational databases. It is a PostgreSQL extension 
that provides graph database functionality.
+  The goal of Apache AGEĀ® is to provide graph data processing and analytics 
capability to all relational databases.
+  Through Apache AGE, PostgreSQL users will gain access to graph query 
modeling within the existing relational database.
+  Users can read and write graph data in nodes and edges. They can also use 
various algorithms such as variable length and 
+  edge traversal when analyzing data.
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 00000000..7885a76e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
+
+override_dh_installdocs:
+       dh_installdocs --all README.*
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to